0
weex install project.import weed-componentsモジュールを使用します。雑草成分の輸入方法は?weexモジュールweed-components useエラー
現在のエラーメッセージ:
weex install project.import weed-componentsモジュールを使用します。雑草成分の輸入方法は?weexモジュールweed-components useエラー
現在のエラーメッセージ:
あなたはVUEの構文を使用しているが、weexコンポーネントは、VUE構文の互換性がありません。
VUE構文でカスタムコンポーネントをインポートする方法:
export default {
components: {
button: require('./button.vue'), //your custom component
}
...