Tenn Chio

Results 7 issues of Tenn Chio

**问题描述** 因项目使用MSW作为数据Mock服务,`development` 环境下正常请求后端接口,想添加 `mock` 环境用于请求MSW服务 ![image](https://user-images.githubusercontent.com/36913769/179146202-dc6c76ea-64a8-4cf7-8071-7aef6baa1bcb.png) **预期结果** MODE mock **系统信息:** - 发行平台: h5+, mini program

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md ### Jsfiddle link ### Step by step scenario Copy `vue.draggable.next` transition example in vue 3 project. Run... Err!!! ![image](https://user-images.githubusercontent.com/36913769/190550596-6710b2bf-2ff9-4e7e-962d-2e9f97fb001d.png)

### UnoCSS version v0.51.13 ### Describe the bug Configure the uno transformer with compile class transformer, vite react app get error when using `:uno:` in `className`. ![image](https://github.com/unocss/unocss/assets/36913769/2638c4e6-06dc-4c8f-ada4-ffbdb42731c1) ### Reproduction https://stackblitz.com/edit/unocss-unocss-tublnd?file=tsconfig.node.json,vite.config.ts,src%2FApp.tsx,package.json...

pr welcome

When I use `new Processor().resolveConfig()` to resolve custom config, and build app in vite, get this error. **Source** ```ts // Resolve config import { Processor } from 'windicss/lib' import {...

App with backend api proxy got error. ```ts // vite.config.mts export default defineConfig(({ mode }) => ({ server: { proxy: { '/api': { target: 'http://xxx.xxx.xxx.xxx:8000/api, changeOrigin: true, } } }...

Hope to provide a property to set scrollbar display absolutely on the container, not resize the containers width or height.