- <template>
- <div m4>
- <UIButton :width="80" mr2>button1 </UIButton>
- <UIButton type="primary" :width="80" mr2>button1 </UIButton>
- <UIButton type="cancel" :width="100" mr2>button2</UIButton>
- <UIButton type="submit" :width="100" mr2>button3</UIButton>
- </div>
- </template>
- <script lang="ts" setup>
- import { UIButton } from 'kankan-components'
- </script>
|