Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们使用 weex install project.import weed-components 模块。如何导入杂草成分?
当前错误信息:
您正在使用 vue 语法,但 weex-components 与 vue 语法不兼容。
如何在 vue 语法中导入自定义组件:
export default { components: { button: require('./button.vue'), //your custom component } ...