引入原因
Vue.component定义的全局组件,有以下缺点:
1.全局定义:每个component不能重名。
2.字符串模板:缺乏语法高亮。
3.不支持css。
4.没有构建步骤:只能使用html和ES5,不能使用预处理器(pug和Babel)。
Vue.component定义的全局组件,有以下缺点:
1.全局定义:每个component不能重名。
2.字符串模板:缺乏语法高亮。
3.不支持css。
4.没有构建步骤:只能使用html和ES5,不能使用预处理器(pug和Babel)。
本文标题:VUE06--{单文件组件}
本文链接:https://www.haomeiwen.com/subject/mfvtiftx.html
网友评论