Vue3 Pinia持久化存储

hykeda3年前2954
一、Pinia持久化存储二、使用步骤1.安装插件代码如下(示例):npm i pinia-plugin-persist --save2.store/index.js代码如...

vue3项目,Element-plus ElMessage API 调用样式丢失问题

hykeda3年前3338
1、Element-plus使用了自动按需导入,vite.config.js配置如下:defineConfig({     plugins: [...