vue-vben-admin-doc
vue-vben-admin-doc copied to clipboard
vue-vben-admin-doc
 
Hello everyone, Is anyone has some docs that explain how to use BasicForm and schema? I appreciate any help!
在使用table表格时,配置minWidth最小宽度,无效
目前basicTable放在tab下面只能注册一次,resizable只在第一个tab下生效
在使用BasicForm时候,用useForm的setFieldsValue方法给InputNumber组件赋值回显的时候,number类型的1被强制转化为了'1',导致校验报错。 经追查代码发现,这里有强制转化,不明白原因,求解释。    
1、文档里面写的是使用yarn安装依赖、启动项目; ``` # 安装依赖 yarn # 运行项目 yarn dev ``` 2、实际上使用yarn启动项目是报错的,是因为项目里指定的包管理器是:pnpm ` "packageManager": "[email protected]" ` 期望统一一下!
PS D:\Project\docs\vue-vben-admin-doc> pnpm dev > [email protected] dev D:\Project\docs\vue-vben-admin-doc > vitepress dev vitepress v0.14.1 vite v2.9.18 (!) Could not auto-determine entry point from rollupOptions or html files and there are no...
Bumps [rollup](https://github.com/rollup/rollup) from 2.50.5 to 2.79.2. Changelog Sourced from rollup's changelog. rollup changelog 4.22.5 2024-09-27 Bug Fixes Allow parsing of certain unicode characters again (#5674) Pull Requests #5674: Fix panic...
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.4 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...
CodeEditor can not set height