migrate to Vue3

This commit is contained in:
Julien Calixte
2025-07-21 01:20:57 +02:00
parent d500be679e
commit c433d0d7bf
32 changed files with 11049 additions and 10420 deletions

View File

@@ -7,7 +7,7 @@
</template>
<script lang="ts">
import { defineComponent } from '@vue/composition-api'
import { defineComponent } from 'vue'
import SWNewVersion from '@/components/SWNewVersion.vue'
export default defineComponent({