摘要: <template> <div id="app"> <button @click="toHome">首页</button> <button @click="toAbout">关于</button> <!-- 相当于占位符 --> <router-view></router-view> </div> 阅读全文
posted @ 2022-11-18 22:38 iTao0128 阅读(27) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2022-11-18 21:39 iTao0128 阅读(20) 评论(0) 推荐(0)