first commit
This commit is contained in:
9
src/components/Test.vue
Normal file
9
src/components/Test.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<div text-center space-y-5>
|
||||
Hello from Nuxtor {{ version }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
const version = await getTauriVersion();
|
||||
</script>
|
Reference in New Issue
Block a user