We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8100c commit 305bdd0Copy full SHA for 305bdd0
bin/vue-init
@@ -13,7 +13,10 @@ var logger = require('../lib/logger')
13
var generate = require('../lib/generate')
14
var checkVersion = require('../lib/check-version')
15
var warnings = require('../lib/warnings')
16
-var { isLocalPath, getTemplatePath } = require('../lib/local-path')
+var localPath = require('../lib/local-path')
17
+
18
+var isLocalPath = localPath.isLocalPath
19
+var getTemplatePath = localPath.getTemplatePath
20
21
/**
22
* Usage.
0 commit comments