凤梨杨枝甘露

Results 8 comments of 凤梨杨枝甘露

I've added this line of code, but ios still needs two clicks to respond

@acgotakuatdji Is there any other solution to ios compatible EL-Select?

In my test environment, I was able to display the background image using both methods, but after packaging, the background image was not displayed properly even with the absolute path

I split the image file in the Vite packaging configuration, but I don't see the background image I introduced with UNOCSS in the PNG folder after packaging

The current situation is that the image is not displayed in the production environment. I put the image in the SRC /assets/uploads directory of my project. Do I need to...

#### 💫 Use Unocss BackgroundImage ```vue ``` #### 💫 My Vite.config.js ```javascript import { defineConfig } from 'vite'; import vue from '@vitejs/plugin-vue'; import Unocss from 'unocss/vite'; import AutoImport from 'unplugin-auto-import/vite';...

我简单写了个demo https://github.com/Soumns777/mini-test-v3,有时间的话看下单表单和循环多表单的校验规则区别呢? 单表单的时候可以正常校验必填和附加的其他规则,但是在多表单的时候只剩下了校验必填,丢失了其他规则的校验

https://github.com/Soumns777/mini-test-v3