Skip to content

Commit 3fe053d

Browse files
author
qhdhiman
committed
调试vue-cli prompts
1 parent 629516d commit 3fe053d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

prompts/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
const module = require('./module')
1+
const clearEnv = require('./clear-env')
22

33
module.exports = cli => {
44

5-
module(cli)
5+
clearEnv(cli)
66

77

88
// cli.injectFeature({

0 commit comments

Comments
 (0)