mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-07 07:12:23 +03:00
add custom label prop
This commit is contained in:
+2
-1
@@ -10,7 +10,8 @@
|
||||
"uglify": "cross-env NODE_ENV=production browserify -e src/main.js | uglifyjs -c warnings=false -m > dist/build.js",
|
||||
"build": "cross-env NODE_ENV=production browserify -e src/main.js > dist/build.js",
|
||||
"lint": "eslint --ext .js,.vue src test/unit",
|
||||
"test": "karma start karma.conf.js"
|
||||
"test": "karma start karma.conf.js",
|
||||
"test-watch": "karma start karma.conf.js --single-run false --auto-watch true"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
|
||||
Reference in New Issue
Block a user