-
### 问题的清晰而简明的描述
在使用n-form表单时,使用 `n-collapse-transition` 隐藏次要输入框,校验时无法校验到 n-form-item 设置的 rule
### 建议的解决方案
参考 collapse 组件,增加属性配置
```
display-directive : 'if' | 'show'
```
https://www.naiveui…
-
### Environment
- Operating System: Darwin
- Node Version: v20.6.1
- Nuxt Version: 3.13.0
- CLI Version: 3.13.1
- Nitro Version: 2.9.7
- Package Manager: pnpm@8.6.12
- Builder:…
-
Installing the package with:
```js
import Vue from 'vue'
import VueIntersect from 'vue-intersect-directive'
Vue.use(VueIntersect)
```
Outputs this error:
```
Error: Cannot find module '/no…
-
Greetings, I ran into a problem on nuxt 3. When using the v-mask directive on an input with this mask `mask: "{+7} (000) 000 00 00"` a problem arises - if you enter more characters than in the mask, t…
-
### Version
2.5.8
### Reproduction link
[https://jsfiddle.net/50wL7mdz/79189/](https://jsfiddle.net/50wL7mdz/79189/)
### Steps to reproduce
Included in fiddle
### What is expected?
Input …
-
I want to use the plugin but for some reason it doesn't work. Thats the warining that shows up in my console:
`[Vue warn]: Failed to resolve directive`
And here is my code:
```
import Vue fr…
-
Look at the testing-coverage logs from any Auth Web CI job. You will find such errors and warnings as follows, which should be fixed.
- [Vue warn]: Failed to resolve directive: display-mode
- [Vue wa…
-
Hi there,
I'm wondering if it would be possible to incorporate support for directives to handle layout shifting within the @vueuse/motion library. This feature would be highly beneficial for develo…
-
### Version
3.0.2
### Reproduction link
[https://codesandbox.io/s/weathered-resonance-d2f6t?file=/src/App.vue](https://codesandbox.io/s/weathered-resonance-d2f6t?file=/src/App.vue)
…
-
I define vue Custom Directives like `v-permission`,
and how to intellisense at every Html tag.