vue v-html 字符串 动态 渲染模版 v-html 动态组件 添加事件

// 1,首先在 webpack 配置中 alias: { 'vue$': 'vue/dist/vue.esm.js' // 内部为正则表达式 vue结尾的 } // 2 在main 中 // new Vue({ // router, // store, // render: h => h(App) // }).$mount("#app") // 3  动态组件demo  
相关文章
相关标签/搜索