basic.vue 237 B

1234567891011
  1. <template>
  2. <div m4>
  3. <kk-icon type="del" mr2 />
  4. <kk-icon type="del" :size="16" mr2 />
  5. <kk-icon type="del" :size="20" mr2 />
  6. </div>
  7. </template>
  8. <script lang="ts" setup>
  9. import { KkIcon } from 'kankan-components'
  10. </script>