[新增] progress 进度条组件
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
<template>
|
||||
<div class="layui-row">
|
||||
<div class="layui-row" :class="[space?'layui-col-space'+space:'']">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup name="LayRow" lang="ts">
|
||||
import { defineProps } from '@vue/runtime-core'
|
||||
|
||||
const props =
|
||||
defineProps<{
|
||||
space?: string
|
||||
}>()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user