Skip to content
On this page

hello

基本使用

hello knot

vue
<template>
  <kn-hello />
</template>

<script setup lang="ts">
import { KnHello } from 'knot-vue'
</script>

Released under the MIT License.