feat:增加targets兼容性

This commit is contained in:
曾文豪
2022-05-20 15:40:05 +08:00
parent 90de4f6a84
commit 298498aaec

View File

@@ -12,5 +12,8 @@ export default defineConfig({
history: { history: {
type: "hash" type: "hash"
}, },
targets: {
ios: 10, android: 5,
},
proxy proxy
}); });