vue-vben-admin-doc icon indicating copy to clipboard operation
vue-vben-admin-doc copied to clipboard

vue-vben-admin-doc

Results 50 vue-vben-admin-doc issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/vbenjs/vue-vben-admin-doc/assets/142720801/5213c509-7bf1-4174-bb97-52af79923fd1) ![image](https://github.com/vbenjs/vue-vben-admin-doc/assets/142720801/4d84c14b-21ed-4abc-8def-d6b7953a5876)

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',导致校验报错。 经追查代码发现,这里有强制转化,不明白原因,求解释。 ![image](https://github.com/vbenjs/vue-vben-admin-doc/assets/17585990/45469121-819f-4531-bbe6-5ba7633e62da) ![image](https://github.com/vbenjs/vue-vben-admin-doc/assets/17585990/f64cf942-a00d-433b-b2a5-ccd692265234) ![image](https://github.com/vbenjs/vue-vben-admin-doc/assets/17585990/0759ccf7-407e-417e-b3ad-78353e9ecf61) ![image](https://github.com/vbenjs/vue-vben-admin-doc/assets/17585990/518ca572-bc85-4d85-a854-29dcad0d2c72)

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...

dependencies

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...

dependencies

CodeEditor can not set height