-
### Clear and concise description of the problem
- If some packages in the monorepo compiled out the same variable as `plugin` imported(such as `h` that imported from `vue`), when i use this packages…
-
In both script or setup version of installation I end up with error 'ref' is not defined . Have "vue": "^3.0.0".
-
I'm using the [Vitesse](https://github.com/antfu/vitesse) template for my project. I wanted to incorporate this, but I keep getting this error.
As a new developer, I'm a bit confused on how I could…
-
### tdesign-vue-next 版本
19
### 重现链接
_No response_
### 重现步骤
import AutoImport from 'unplugin-auto-import/vite';
import Components from 'unplugin-vue-components/vite';
import { TDesignResolver, E…
-
打包后,生产环境中css样式不生效
```
compression({ deleteOriginalAssets: true, include: [/\.(js)$/, /\.(css)$/, /\.(mjs)$/, /\.(json)$/] }),
```
当我使用`vite-plugin-compression`时,样式是正常的 我不确定具体是什么导致这个问题的产生
-
### package manger
pnpm
### .npmrc
shamefully-hoist=true
### Expected behavior
![image](https://user-images.githubusercontent.com/70450385/185712740-7e0b47ca-135c-4f57-8ae0-322abd5c461a…
-
# Feature request 🚀
### Expected:
`Dialog`、`Snackbar` 作为 `Api` 使用时需传入一些参数进行特殊显示,但部分参数整个项目基本都是一致的,希望能提供属性进行全局配置。
### Examples:
```ts
// main.ts
import { Dialog, Snackbar } from '@varlet/u…
-
开发环境:Node:16.18.0 npm:8.19.2 edge浏览器
按照文档按需引入设置的,我安装的是 "vite-plugin-style-import": "^2.0.0"。启动项目报错
日志如下:
```
failed to load config from D:\software\VSCODE workspace\vue3-starter-layout\vite.…
YeJoe updated
2 years ago
-
plugins: [
vue(),
Components({
resolvers: [
AntDesignVueResolver({
importStyle: 'less',
})
],
}),
]
使用message和Modal时没有样式, message和Modal的…
-
### Clear and concise description of the problem
I am currently in the process of developing a "full stack framework" and I find it very useful to automatically have access to utilities like `isStr…