2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-22 20:20:37 +03:00

demo: 生成demo

This commit is contained in:
mxie
2018-06-16 11:10:32 +08:00
parent 1af9ab3e16
commit 38d8544e4f
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ const devWebpackConfig = require('./webpack.dev.config.js')
const webpackConfig = merge(devWebpackConfig, { const webpackConfig = merge(devWebpackConfig, {
devtool: 'source-map', devtool: 'source-map',
mode: 'production' mode: 'production',
externals: { externals: {
'vue': 'Vue', 'vue': 'Vue',
'@/index': 'DatePicker' '@/index': 'DatePicker'
+2 -6
View File
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long