编译修正

This commit is contained in:
2026-01-02 15:50:20 +08:00
parent 97724c8c8d
commit 5d54ac1cd4
15 changed files with 456 additions and 27 deletions

View File

@@ -0,0 +1,10 @@
<template>
<div>
</div>
</template>
<script setup lang="ts">
</script>
<style lang="scss" scoped>
</style>

View File

@@ -88,6 +88,7 @@ export default defineConfig(({ mode }) => {
},
build: {
target: 'esnext',
outDir: 'dist',
sourcemap: true,
rollupOptions: {