We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4eae26 commit e34e397Copy full SHA for e34e397
build/webpack.base.conf.js
@@ -19,7 +19,7 @@ module.exports = {
19
'src': path.resolve(__dirname, '../src'),
20
'assets': path.resolve(__dirname, '../docs/assets'),
21
'mixins': path.resolve(__dirname, '../src/mixins'),
22
- 'components': path.resolve(__dirname, '../docs/components')
+ 'components': path.resolve(__dirname, '../docs/components'),
23
'vue$': 'vue/dist/vue.js'
24
}
25
},
0 commit comments