Update generator.js

This commit is contained in:
fxy060608
2022-03-09 15:46:40 +08:00
committed by GitHub
parent de651aab14
commit 7c7069c7f3
+1 -1
View File
@@ -61,7 +61,7 @@ module.exports = (api, options, rootOptions) => {
}, },
devDependencies: { devDependencies: {
'@babel/plugin-syntax-typescript': '^7.2.0', '@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' 'typescript': api.hasPlugin('eslint') ? '~3.1.1' : '^3.0.0'
} }
} }