Files
intc-website/src/components/Label.vue
2024-09-26 11:30:36 +08:00

11 lines
193 B
Vue

<template>
<label class="zui-label">
<slot></slot>
<span class="zui-label-triangle"></span>
</label>
</template>
<script>
import './less/label.less'
export default {}
</script>