Skip to content
On this page

useHello

基本使用

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

<script setup lang="ts">
import { useHello } from 'knot-vue'
const data = useHello()
</script>

Released under the MIT License.