We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 v3模式下使用renderJs在线打包后 App的APP在 Android 5.1.1安装后无法打开进入首页
复现步骤 1.代码v3在线打包 2.在 Android 5.1.1安装 (无法打开进入首页)
vue文件如下:
<template> <view> <view id="container"> <image src="/static/101.png" mode="widthFix" /> </view> <view> <button type="primary" @click="html2canvas.onClick">保存</button> </view> </view> </template> <script> export default { methods: { } } </script> <script module="html2canvas" lang="renderjs"> export default { mounted() { }, methods: { onClick(event, ownerInstance) { console.log(333) } } } </script>
The text was updated successfully, but these errors were encountered:
fix(renderjs): es6 => es5 #1373
83dee6b
HBuilderX 2.6.3+ 已修复
Sorry, something went wrong.
fxy060608
No branches or pull requests
问题描述
v3模式下使用renderJs在线打包后 App的APP在 Android 5.1.1安装后无法打开进入首页
复现步骤
1.代码v3在线打包
2.在 Android 5.1.1安装 (无法打开进入首页)
The text was updated successfully, but these errors were encountered: