Vue——函數式調用組件

正常情況下使用組件   import 組件 import xxx from 'XXXx/XXX.vue' 註冊組件 export default { components:{ XXX }, } 然後再使用組件以及配置,如果要顯示這個組件就要改別isShow的值 <template> <div> <xxx :show="isShow" text="
相關文章
相關標籤/搜索