-
Im using nuxt
```js
nuxt.config.js
{ src: '~/plugins/sticky.js', ssr: false }
```
```js
sticky.js
import Vue from 'vue
import Sticky from 'vue-sticky-directive
Vue.use(Sticky)
```
and i…
-
### 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…
-
### Motivation
This library uses components, but with components you have to create divs around container and code creates divs around draggable items. It is slow and doubles the dom element amou…
stuta updated
5 years ago
-
Firstly, thanks for your great job.
However v-view has been removed from the directive in vue((v0.11), how can I ues the vue-view plugin?
-
## [更新数组和对象问题](https://cn.vuejs.org/v2/guide/reactivity.html)
### 对象
Vue 无法检测 property 的添加或移除
- 可以使用 Vue.set(object, propertyName, value) 方法向嵌套对象添加响应式 property,当添加多个 property 时,在这种情况下,你应该用原对象与要混合进去…
-
### What happened?
I wanted to create a component that when I press it changes a variable to true and when I lift the touch or click it changes that variable back to false.
I found this issue that…
-
**Is your feature request related to a problem? Please describe.**
A component library would be really useful, but some core functionality in Vugu will need to be implemented first. Vue or Angular-li…
-
I added `config.resolve.alias['hammerjs$'] = 'vue-touch/dist/hammer-ssr.js'` in my config file but getting this error `[Vue warn]: Failed to resolve directive: touch`
-
### Environment
```
------------------------------
- Operating System: Linux
- Node Version: v18.18.2
- Nuxt Version: 3.11.2
- CLI Version: 3.11.1
- Nitro Version: 2.9.6
- Pack…
-
Compare this two :
# 1 V-chakra directive on a nested component
`test.vue`
```
Salut
```
`DabadiDabada.vue`
```
Lorem ipsum dolor sit amet c…