mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
10 lines
140 B
Vue
10 lines
140 B
Vue
<template>
|
|
<n-button>
|
|
Hello
|
|
</n-button>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { NButton } from 'naive-ui';
|
|
</script>
|