mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-22 10:30:34 +03:00
🚀 v3.0.0
This commit is contained in:
@@ -2,7 +2,7 @@ const isDeployPreview = process.env.hasOwnProperty('DEPLOY_PREVIEW');
|
|||||||
|
|
||||||
const meta = {
|
const meta = {
|
||||||
title: 'Vue Select | VueJS Select2/Chosen Component',
|
title: 'Vue Select | VueJS Select2/Chosen Component',
|
||||||
description: 'Everything you wish the native <select> element could do, wrapped up into a zero dependency, highly extensible Vue component.',
|
description: 'Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.',
|
||||||
url: 'http://sagalbot.github.io/vue-select/',
|
url: 'http://sagalbot.github.io/vue-select/',
|
||||||
icon: '/vue-logo.png',
|
icon: '/vue-logo.png',
|
||||||
};
|
};
|
||||||
|
|||||||
+2
-2
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-select",
|
"name": "vue-select",
|
||||||
"version": "2.6.4",
|
"version": "3.0.0",
|
||||||
"description": "A native Vue.js component that provides similar functionality to Select2 without the overhead of jQuery.",
|
"description": "Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.",
|
||||||
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
"author": "Jeff Sagal <sagalbot@gmail.com>",
|
||||||
"private": false,
|
"private": false,
|
||||||
"main": "dist/vue-select.js",
|
"main": "dist/vue-select.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user