2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-16 09:10:33 +03:00

Updated to Vue 2.1.8. Fixed rendering problems from vue-template-compiler.

This commit is contained in:
Justin Robinson
2017-01-17 08:10:09 -08:00
parent f5e3e25dc0
commit 3c2bf9565c
4 changed files with 11 additions and 10 deletions
+4 -4
View File
@@ -30,21 +30,21 @@ module.exports = {
loaders: [
{
test: /\.vue$/,
loader: 'vue'
loader: 'vue-loader'
},
{
test: /\.js$/,
loader: 'babel',
loader: 'babel-loader',
include: projectRoot,
exclude: /node_modules/
},
{
test: /\.json$/,
loader: 'json'
loader: 'json-loader'
},
{
test: /\.html$/,
loader: 'vue-html'
loader: 'vue-html-loader'
},
{
test: /\.(png|jpe?g|gif)(\?.*)?$/,