-
### UnoCSS version
v0.61.6
### Describe the bug
When presetUno is configured with important
```
presets: [
presetUno({
important: '#app',
}),
presetAttributify(),
],
```…
-
I want use it in vue with its directive with hightlightjs, how to use it?
```javascript
Vue.directive('highlightjs', {
deep: true,
bind: function(el, binding) {
// on first bind, highligh…
-
http://localhost:4000/?t=1720590971255
指令批量注册 src下创建directive文件夹并创建index.js中代码如下123456789import resize from './resize'const install = function(Vue) { Vue.directive('r…
-
在 webpack 环境中运行没有该问题,打包之后运行报错
-
Hi,
I'm trying to capture custom events using the v-directive:
```
Enquire Now
```
No custom events are showing in my Posthog dashboard.
I'm using Nuxt ui3 for the …
-
Hi,
after updating to 1.1.1 and updating my function calls, Toasts (and other types probably) aren't showing up anymore. The error in console I am getting is `Error: [Vuetify] Could not find defaul…
-
http://localhost:4000/2023/01/04/vue2%E8%87%AA%E5%AE%9A%E4%B9%89%E6%8C%87%E4%BB%A4/?t=1720590851183
指令批量注册 src下创建directive文件夹并创建index.js中代码如下123456789import resize from './resize'con…
-
**Prettier 2.8.4**
[Playground link](https://prettier.io/playground/#.....)
```sh
# Options (if any):
--single-quote
```
**Input:**
![image](https://user-images.githubusercontent.com/10…
-
### What problem does this feature solve?
Hi! [@vue/test-utils](https://github.com/vuejs/test-utils) maintainer here!
With `` being a recommend way to use Vue3, there is a regression in testing e…
xanf updated
3 months ago
-
When I turn on eslint-plugin-diff with eslint-plugin-vue at the same time, a simple .vue file content keey reporting rule 'vue/comment-directive ' error.
From their document [https://eslint.vuejs.o…