diff --git a/build/webpack.dev.conf.js b/build/webpack.dev.conf.js index 662df01..76e93fc 100644 --- a/build/webpack.dev.conf.js +++ b/build/webpack.dev.conf.js @@ -27,7 +27,7 @@ module.exports = merge(baseWebpackConfig, { // https://github.com/ampedandwired/html-webpack-plugin new HtmlWebpackPlugin({ filename: 'index.html', - template: 'index.html', + template: 'dev.html', inject: true }) ] diff --git a/dev.html b/dev.html new file mode 100644 index 0000000..f50547b --- /dev/null +++ b/dev.html @@ -0,0 +1,29 @@ + + + + + Vue Select Dev + + + + + +
+ + + +
+ + diff --git a/src/components/Select.vue b/src/components/Select.vue index 2c8b953..9505315 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -176,7 +176,7 @@ {{ getOptionLabel(option) }} - @@ -199,14 +199,14 @@ :style="{ width: isValueEmpty ? '100%' : 'auto' }" > - +
Loading...
-