-
I want to ask you, when I export types AxiosRequestConfig and AxiosResponse from Axios, an error occurs
I used it this way before:
`import type { AxiosRequestConfig, AxiosResponse } from 'axios'`
N…
-
错误信息
```
E:\work\AWB-Tools\node_modules\unplugin-vue-components\dist\chunk-T7EPVSRW.js:107
var _require = _module.createRequire.call(void 0, import.meta.url);
…
-
### Describe the bug
Two versions of `unplugin` appeared in the file `yarn.lock` after I upgraded to `unplugin-auto-import@0.11.1` , `unplugin-vue-components@0.22.4` and `vite@3.0.5 `.
This seems to…
-
```ts
Type 'Preset' is not assignable to type 'Preset | Preset[]'.
Type 'Preset' is not assignable to type 'Preset'.
Types of property 'rules' are incompatible.
Type 'Rule[] | undefine…
-
## Basic Info
- **Package Name And Version:** @arco-design/web-vue@2.35.2
使用[vite-plugin-style-import](https://github.com/vbenjs/vite-plugin-style-import) 插件自动加载组件样式,a-form-item自动加载报错。
经查/node_m…
-
I using this lib with Vite as
```ts
const ctx = createUnimport({
presets: ['vue', '@vueuse/core'],
addons: { vueTemplate: true },
})
```
and this configuration gives me
Error…
-
Bug Type: **`Style`**
## Environment
- Vue Version: `3.2.37`
- Element Plus Version: `2.2.12`
- Browser / OS: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gec…
-
Hello, WarrenJones.
I found problem while i use this plugin.
When i run yarn dev, it threw an error [ **TypeError: requireTransform is not a function** ], i didn't know why.
I make some test, use…
-
在升级了vite3后,按照文档的写法
```js
// vite.config.ts
import { chunkSplitPlugin } from 'vite-plugin-chunk-split';
{
plugins: [
// ...
chunkSplitPlugin({
strategy: 'single-vendor',
…
-
### tdesign-vue 版本
"tdesign-vue": "^0.43.2"
vue 2 项目 date-picker报错
### 重现链接
https://0_43_2-tdesign-vue.surge.sh/vue/components/date-picker
### 重现步骤
![image](https://user-images.g…
ghost updated
2 years ago