码迷,mamicode.com
首页 > Web开发 > 详细

vue.js note

时间:2018-05-19 23:21:47      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:view   inf   script   com   alt   执行   vue   vue.js   out   

 

1. vue-cli文件执行顺序

 index.html -> main.js -> App.vue(根组件,用来融合各个子vue,子vue自带style&script)

技术分享图片

 

 

 

 

2. 子vue和app.vue的调用关系

--- 子vue通过export default来展现接口

--- app.vue 通过import来使用

技术分享图片

 

3. 父与子数据传递

父 v-bind->子 props

子 this.$emit->父 v-on $event

 技术分享图片

 

4. router-link routerv-view in app.vue & router register in main.js

技术分享图片

 

vue.js note

标签:view   inf   script   com   alt   执行   vue   vue.js   out   

原文地址:https://www.cnblogs.com/KellyChen/p/9061919.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!