c5_labsci/fapp/ciyon_ap/pages/demo/css/grid.vue
2026-01-27 00:52:00 +08:00

22 lines
233 B
Vue

<template>
<ciy-header :title="'Grid布局示例'"></ciy-header>
<view>
行列填充
</view>
</template>
<style>
</style>
<script>
export default {
data() {
return {}
},
onLoad() {
},
methods: {
}
}
</script>