摘要: 前端笔记 加载顺序 vue的入口都是从index.html开始,所以项目页面入口在public/index.html vue脚本的入口从main.js开始,main.js有vue的初始化代码 new Vue({ el: '#app', router, store, render: h => h(Ap 阅读全文
posted @ 2022-06-20 17:53 336土豆快跑 阅读(308) 评论(0) 推荐(0)