[新增] block 区块 辅助组件

This commit is contained in:
就眠仪式
2021-09-27 17:39:35 +08:00
parent 909f21f972
commit 4abe76d8b9
7 changed files with 54 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
::: demo
<template>
<lay-block>引用区域的文字</lay-block>
<lay-block nm>引用区域的文字</lay-block>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::

View File

@@ -16,4 +16,4 @@ export default {
}
</script>
:::
:::