摘要:  解析vue项目,scoped,ref属性,混入mixin,插件,Elementui 0 解析一下vue项目🐱‍🚀 1 为什么浏览器中访问某个地址,会显示某个页面组件 -0 根组件:App.vue 必须是 <template> <div id="app"> <router-view></router-view> </div> </template> -1 配置路由 router 阅读全文
posted @ 2023-09-21 09:08 毓见 阅读(26) 评论(0) 推荐(0)