basic.vue 250 B

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