We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ae674 commit b78fe82Copy full SHA for b78fe82
README.md
@@ -44,8 +44,11 @@ or add locally in component:
44
```js
45
import VueDd from 'vue-dd'
46
```
47
+## Usage
48
-Use it just like any other Vue.js component. The value to display is passed as `v-model` or `:model-value`:
49
+Use it just like any other Vue.js component.
50
+
51
+The value to display is passed as `v-model` or `:model-value`:
52
53
### Usage in **Vue 3**
54
```html
0 commit comments