摘要: 版本 "postcss-px2rem": "^0.3.0", 1、npm install postcss-px2rem 2、 阅读全文
posted @ 2023-12-06 14:53 sosolucky 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 版本 "mitt": "^3.0.1" 1、npm install mitt 2、项目下创建文件夹eventBus 建 myEventBus.js import mitt from 'mitt'export default mitt() 3、组件里监听 组件A import myEventBus f 阅读全文
posted @ 2023-12-06 11:20 sosolucky 阅读(309) 评论(0) 推荐(0) 编辑
摘要: 1、npm install pinia 2、在项目目录建store文件夹创index.js import { createPinia,defineStore } from "pinia";const pinia = createPinia()pinia.state.valueconst token 阅读全文
posted @ 2023-12-06 11:09 sosolucky 阅读(109) 评论(0) 推荐(0) 编辑