change require vue to Vue && waterfall.md (#2)

This commit is contained in:
Yao
2017-04-21 21:20:24 +08:00
committed by 张敏
parent 33143d6f10
commit 54f0cf7195
4 changed files with 46 additions and 23 deletions

View File

@@ -7,7 +7,7 @@ delete config.devtool;
config.entry = Components;
config.externals = {
vue: 'vue'
vue: 'Vue'
};
config.output = {