9 lines
146 B
Vue
9 lines
146 B
Vue
<template>
|
|
<span>Hello world</span>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
import '@/js/lib/Test.ts';
|
|
import '@/js/ParseGamesJSON.ts';
|
|
</script>
|