-
> 涉及到动态的生成菜单,使用如下:
```js
{{ item.title }}
```
> 报错
```js
vue.runtime.esm.js:620 [Vue warn]: Failed to resolve directive: contextmen
```
> vue "vue": "^2.6.10",
cosoc updated
3 years ago
-
https://hughfenghen.github.io/posts/2018/05/01/vue-directive-track/
-
### Suggested feature
Tooltips should be allowed on dropdown buttons.
This is very important when the dropdown button only displays an icon:
https://github.com/user-attachments/assets/b09dd2b…
-
### I am interested in helping provide a fix!
Yes
### Which generators are impacted?
- [ ] All
- [ ] Angular
- [ ] HTML
- [ ] Qwik
- [ ] React
- [ ] React-Native
- [ ] Solid
- [ ] Stencil
- [ ] Sve…
-
**TL;DR**
`< template v-render` сгенерирует DOM узел `template`, который мы заменим, но в момент создания template сразу же попадет в dynamicChildren родителя, ситуация похожа как с patchFlag #1322…
-
#### Behaviour
**Current**:
The documentation at https://hekigan.github.io/vue-directive-tooltip cannot be scrolled in Safari on macOS — the page just bounces as if there were no more content. N…
-
Documentation clarification:
If using Vue 3 with TypeScript and this will work for you
```
import { directive as vClickAway } from 'vue3-click-away'
const onClickAway = (event: any) => {
…
-
I wanted to use this directive in a single component, because that component is supposed to be deliveredas an in dependend package and I don't want all end users to have to call `.use()` and rather sh…
-
Hi, first of all thanks for creating a such good tool!
I'm working on a project with vue.js and im using your library. but i want to follow the good principles and use your lib as a directive, the pr…
-
### Version
2.6.10
### Reproduction link
[https://jsfiddle.net/bponomarenko/uom10qd2/](https://jsfiddle.net/bponomarenko/uom10qd2/)
### Steps to reproduce
1. Open browser console.…