diff --git a/config/config.js b/config/config.js index 54e4f46..0c04b89 100644 --- a/config/config.js +++ b/config/config.js @@ -12,5 +12,8 @@ export default defineConfig({ history: { type: "hash" }, + targets: { + ios: 10, android: 5, + }, proxy });