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
.sync
[ WXML file compile error] ./pages/edit-basic-info.wxml unexpected attribute name, near `.sync` 23 | 24 | > 25 | <editOccupation v-bind:occupation.sync="occupation" v-on:validityChanged="onOccupationValidityChanged"/> | ^ 26 | </view> 27 | 28 | at files://pages/edit-basic-info.wxml#25
我搜了一下生成的EditOccupation组件, 只能找到edit-occupation.js, 没有wxml文件, 这正常吗?
EditOccupation
edit-occupation.js
wxml
我的代码之前是工作的, 我没改代码.
这个报错是说我EditOccupation组件的错误还是EditBasicInfo页面的错误?
EditBasicInfo
在edit-occupation.js里面我能看到
_this.props = { occupation: { type: Object, default: { type: -1, name: '' } } }
The text was updated successfully, but these errors were encountered:
@Gcaufy 求助. 加小助手2也没反应. 这项目不活跃了么?
Sorry, something went wrong.
放弃这个框架吧,推荐mpx
@NineSwordsMonster 那也太惨了吧... 我的项目做了好一阵子了. 吐血.
这样我怀疑我是不是应该直接用原生的. 否则框架一摆烂我就得重写...
No branches or pull requests
我搜了一下生成的
EditOccupation
组件, 只能找到edit-occupation.js
, 没有wxml
文件, 这正常吗?我的代码之前是工作的, 我没改代码.
这个报错是说我
EditOccupation
组件的错误还是EditBasicInfo
页面的错误?在
edit-occupation.js
里面我能看到The text was updated successfully, but these errors were encountered: