Skip to content
On this page

loading

基本使用

vue
<template>
  <kn-loading />
</template>

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

类型选择

加载中
vue
<template>
  <kn-loading type='flow' />
</template>

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

Released under the MIT License.