123456789101112 |
- <template>
- <el-row class="mb-4">
- <UIButton>button1 </UIButton>
- <UIButton :width="100">button2</UIButton>
- </el-row>
- </template>
- <script lang="ts" setup>
- // import { Check, Delete, Edit, Message, Search, Star } from '@element-plus/icons-vue'
- import { UIButton } from '@kankan-components/components'
- import '@kankan-components/theme-chalk/dist/index.css'
- </script>
|