Update generator.js

This commit is contained in:
fxy060608 2022-03-09 15:59:21 +08:00 committed by GitHub
parent 762f4fc107
commit b41ec690b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,7 +61,7 @@ module.exports = (api, options, rootOptions) => {
},
devDependencies: {
'@babel/plugin-syntax-typescript': '^7.2.0',
'@vue/cli-plugin-typescript': '*',
'@vue/cli-plugin-typescript': '~4.5.11',
'typescript': api.hasPlugin('eslint') ? '~3.1.1' : '^3.0.0'
}
}