-
**Describe the bug**
ant design vue import antd-theme-generator@1.2.11
**Error LessError: Cannot find module 'antd/lib/style/themes/default.less' from** error message
because of custom less compil…
-
项目中,vite.config.js配置
![image](https://user-images.githubusercontent.com/27659030/164694179-ca4300db-c364-4c3e-80ae-93945ec17250.png)
组件中,App.vue配置
![image](https://user-images.githubusercontent.com…
-
**Describe the bug**
```
error [LessError: error evaluating function `darken`: color.toHSL is not a function] {
stack: undefined,
type: 'Runtime',
filename: 'input',
index: 357348,
li…
-
### 🐛 Bug 描述 Bug description
使用版本:"@ant-design-vue/pro-layout": "^3.2.3"
npmjs下载后的
@ant-design-vue/pro-layout/dist/style.css
中包含
` .ant-btn-primary{color:#fff;border-color:#1890ff;backgroun…
-
最近公司要开始建新项目了,而且准备采用 vue-antd-admin 。但是我有一些疑惑,就是如果采用 该项目后,时间久了,
如果要升级antd的版本,该如何升级呀?请问如何查看项目中的antd的版本号?
我在package.json 和 package-lock.json 都没找到antd UI框架的版本号,看起来好像是把 antd 代码打散了,如何再组装起来的,找不到对应版本号..…
-
Please take a glance of these materials as they are required for doing this test project
1. [TurboRepo](https://turbo.build/repo/docs)
2. [TailwindCss](https://tailwindcss.com/docs/installation)
…
-
下方less编译后会丢失color属性只包含了font-size, 如果不使用变量的形式就正常
### theme
```
@import "ant-design-vue/lib/style/themes/default.less";
@primary-color: #ed0a5a;
```
### antd-vue-table
```
:deep(.ant-table…
-
**Describe the bug**
every time when project recompile pending at 95% emitting AntDesignThemePlugin,
after a flew minutes, report "JavaScript heap out of memory" error
env vue3.x and ant design …
-
The plugin imports don't seem to work.
In my code: `import { Layout } from 'antd';`
It gives the error: `ReferenceError: Layout is not defined.`
When I change my code to: `const Layout = req…
eminx updated
3 years ago
-
**Describe the bug**
Used in antdv, but got some wrong styles in the color.less. I don't know where it comes from, although I have checked the various style files.
**Show your code**
```js
const…