标签:nbsp from 项目 方式 nts 创建 component 模块 import
对于多张页面需要里存在相同模块,可以进行组建化的开发模式。
例如:此处需要一个评分标准组件,创建一个components/star/star.vue.
在需要引入该组建的页面上
import进去<script>import star from ‘components/star/star‘</script>
【vuejs小项目——vuejs2.0版本】组件化的开发方式
标签:nbsp from 项目 方式 nts 创建 component 模块 import
原文地址:http://www.cnblogs.com/fry-img/p/6182737.html