摘要: 在vite.config.js文件中 import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import path from "path" // https://vite.dev/config/ export 阅读全文
posted @ 2024-11-23 14:01 山吹同学 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 问题一:点击菜单路由没效果 el-menu中添加 router <el-menu active-text-color="#f9cc4b" text-color="white" background-color="#63779c" class="el-menu-vertical-demo" route 阅读全文
posted @ 2024-11-23 13:10 山吹同学 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 安装pinia 和 pinia-plugin-persistedstate npm i pinia pinia-plugin-persistedstate -S state state computed getters function actions 使用步骤 目录结构(模块化) store/in 阅读全文
posted @ 2024-11-23 12:03 山吹同学 阅读(4) 评论(0) 推荐(0) 编辑