vue-element-plus-admin
vue-element-plus-admin copied to clipboard
A backend management system based on vue3, typescript, element-plus, and vite
"hasInjectionContext" is not exported by "node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/vue-demi/lib/index.mjs", imported by "node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/pinia/dist/pinia.mjs".
默认跳转地址 目前项目中,登录进来,默认是进入到当前第一个能找到的路由页面。 后续会考虑弄成一个配置项出来。 配置项什么时候出来呀!
尝试下面两种方式都不行?不能用于 field 上?还是我写的不对? ```javascript const crudSchemas = reactive([ { field: 'answer', label: t('common.answer'), table: { componentProps: { showOverflowTooltip: false } } } ]) ``` ```javascript const crudSchemas = reactive([ {...
import { Search } from "@/components/Search"; const searchData: FormSchema[] = [ { field: "advertiserId", label: t("ad.advertiserName"), value: thisForm.advertiserId, component: "Select", componentProps: { multiple:true, collapseTags:true, filterable: true, options: advertiserNameOptions, onChange: (e)...
将mock数据删除后,就直接404了 不会进入到proxy定义的开发后台服务
如题,不知到有什么解决方案或者已知的造成内存泄漏的原因 在去掉keep-alive,每个页面切换时离开的页面没有被正确的销毁 相关issues https://github.com/vuejs/core/issues/7448,https://github.com/vuejs/core/issues/6591
怎么在search组件中的下拉框里面加个全选,实现筛选全选等功能
今天第一次使用,剛好看到引導的文字部分,文字顏色與底部的顏色一樣,所以導致文字顏色出不來 [圖一](https://i.imgur.com/74ontU8.png) [圖二](https://i.imgur.com/EmBNuyc.png)