摘要:
import {useRoute, useRouter} from "vue-router"; import {computed, ref, watch, watchEffect,nextTick} from "vue"; const router = useRouter() const route 阅读全文
posted @ 2023-04-01 18:28
_只码农
阅读(272)
评论(0)
推荐(0)
摘要:
首先安装需要的两个依赖 npm i @vueuse/core npm install element-plus --save 在main.js中引入css文件,自定义深色背景颜色 可以看ElementPlus官方网站 //引入elementUI import ElementPlus from 'el 阅读全文
posted @ 2023-04-01 17:52
_只码农
阅读(2362)
评论(0)
推荐(0)