今天也是阳光正好

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2021年3月30日

摘要: # vue笔记 一、vue项目文件加载顺序 index.html、main.js、app.vue、router\index.js、helloword.vue 二、new Vue new Vue({ el: '#app', components:{App}, template: '<App/>' }) 阅读全文
posted @ 2021-03-30 23:51 今天也是阳光正好 阅读(90) 评论(0) 推荐(0) 编辑