初始化网站代码
This commit is contained in:
10
src/components/Label.vue
Normal file
10
src/components/Label.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<label class="zui-label">
|
||||
<slot></slot>
|
||||
<span class="zui-label-triangle"></span>
|
||||
</label>
|
||||
</template>
|
||||
<script>
|
||||
import './less/label.less'
|
||||
export default {}
|
||||
</script>
|
||||
Reference in New Issue
Block a user