[新增] 容器文档

This commit is contained in:
就眠仪式
2021-09-29 09:50:53 +08:00
parent bff1413f06
commit ea22aeb9c2
3 changed files with 49 additions and 5 deletions

View File

@@ -0,0 +1,39 @@
::: demo
<template>
<lay-container></lay-container>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::
::: demo
<template>
<lay-container fluid></lay-container>
</template>
<script>
import { ref } from 'vue'
export default {
setup() {
return {
}
}
}
</script>
:::