vue-multiselect-listbox
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -28,3 +28,7 @@ const meta = { | ||
'@vuepress/register-components' | ||
] | ||
], | ||
themeConfig: { | ||
repo: 'abhimediratta/vue-multiselect-listbox', | ||
docsDir: 'docs' | ||
} | ||
}; |
{ | ||
"name": "vue-multiselect-listbox", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Multi-select widget where users can select options from a list in the left side to a list on the right", | ||
@@ -5,0 +5,0 @@ "main": "dist/vue-multi-select-listbox.js", |
@@ -5,4 +5,4 @@ # vue-multiselect-dual-listbox | ||
[Check demo here](https://abhimediratta.github.io/vue-multiselect-listbox/) | ||
[See demo here](https://abhimediratta.github.io/vue-multiselect-listbox/) | ||
**Documentation coming soon...** |
963309
10787