摘要:
本案例实现目标: 主页面 <!DOCTYPE html> <html> <head> <title>vue-router 非vue-cli安装和配置</title> </head> <body> <div id="app"> <router-link to="/">首页</router-link>, 阅读全文
摘要:
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. 组件模板精确到包含 阅读全文