feat: 网页title根据路由动态变化

This commit is contained in:
taoran
2023-11-29 18:59:45 +08:00
parent a3f5cf6f2d
commit 7279a85274
7 changed files with 283 additions and 18 deletions
-1
View File
@@ -16,7 +16,6 @@ import 'element-plus/dist/index.css'
import pinia from './store'
const app = createApp(App)
console.log(app)
//安装仓库
app.use(pinia)
app.use(router)