Appearance
vue , ts
vue
ts
// index.vue <template> <kn-hello /> </template> <script setup lang="ts"> import { KnHello } from 'knot-vue' </script>