摘要: 本案例实现目标: 主页面 <!DOCTYPE html> <html> <head> <title>vue-router 非vue-cli安装和配置</title> </head> <body> <div id="app"> <router-link to="/">首页</router-link>, 阅读全文
posted @ 2020-09-02 14:31 码哥之旅 阅读(282) 评论(0) 推荐(0) 编辑
摘要: Component template should contain exactly one root element. If you are using v-if on multiple elements, use v-else-if to chain them instead. 组件模板精确到包含 阅读全文
posted @ 2020-09-02 11:04 码哥之旅 阅读(538) 评论(0) 推荐(0) 编辑