Skip to content
On this page

快速上手

相关技术

vue , ts

安装

使用示例

全局引入

按需引入

vue
// index.vue

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

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

Last updated:

Released under the MIT License.