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
这行传了 canvas-id 给 ec-canvas组件,在ec-canvas组件里 properties: { canvasId: { type: String, value: 'ec-canvas' },
最终渲染出来是
The text was updated successfully, but these errors were encountered:
这说明渲染的还是默认的canvasId的值
Sorry, something went wrong.
我也遇到了这个问题,原生组件获取不到值
我就是是直接运行的这个项目,得到的结论,不知道官方的人能不能看到 这个问题影响到我在小程序中使用多色iconfont……
其实这个还是和原生的输入框有没有关系
No branches or pull requests
这行传了 canvas-id 给 ec-canvas组件,在ec-canvas组件里
properties: {
canvasId: {
type: String,
value: 'ec-canvas'
},
最终渲染出来是
The text was updated successfully, but these errors were encountered: