Skip to content
On this page

hello

基本使用

hello knot
vue
<template>
  {{ data }}
</template>

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

const data = hello()
</script>

Released under the MIT License.