-
### Vue version
3
### Link to minimal reproduction
https://play.vuejs.org/#eNo9TdEKwjAM/JWjL1Nw7n0Wwf/YS3FRB11X2qwIpf9uZtkgcHdJ7i6rh/fXtJLqlY7PMHm+D46+fgmMkV5mtYw8OGA0bE7nyoFAvAa3K2CO7x7Nh6xd…
-
here's a way to use in Vue 3 in the mean time if anyone needs this:
```
app.directive('hotkey', {
beforeMount: VueHotkey.directive.bind,
updated: VueHotkey.directive.componentUpdated,
unm…
-
### Version
2.5.17
### Reproduction link
[http://jsfiddle.net/wf48v9de/3/](http://jsfiddle.net/wf48v9de/3/)
### Steps to reproduce
Run the fiddle and look at console.
### What is e…
-
### Describe the bug
When using the `v-tooltip` directive without modifiers, the context passed to a passthrough function does not accurately reflect the true render direction of the tooltip, making …
-
### 描述错误
当对应用有安全性需求的时候,CSP不允许使用unsafe-inline。
在vite5中可以通过配置 html.cspNonce 给页面所有script和style加上Nonce满足CSP的要求。
但naiveUI似乎并不适用,打开页面后控制台报错,且UI库的组件均无法正常使用。
![截屏2024-09-14 15 52 24](https://github.co…
-
I've tried to create a plugin vue-resize-text.client.js
but when I apply the directive to some text, I get a warning in the console (terminal)
---
in ./node_modules/Vue/dist/vue.runtime.esm.js …
-
### What problem does this feature solve?
If a user uses a custom directive in their app in multiple places they might need to configure the directive in two or more different ways depending on the a…
-
### Plugin Version
v2.3.0
### Prettier Version
v2.7.1
### Which frameworks are affected?
- [ ] none
- [X] vue
- [ ] angular
- [ ] svelte
### Node Version
v18.12.0
### Which …
lehni updated
2 years ago
-
## ディレクティブとは
- directive:指示
- Vue.jsに何らかの指示を行うしくみのこと。
- `v-`という接頭辞がつく
参考
https://blog.capilano-fw.com/?p=530
https://chietech.com/2019/05/04/vue-js-directive/#v-show
-
**Describe the bug**
**Description*
I changed the versions of node, npm and node-sass to the lastest and fixed a path of css in the module vue-directive-tooltip to fix this and run it righ…