代码提交
This commit is contained in:
@ -7,10 +7,9 @@
|
||||
<script setup>
|
||||
import { ref, defineProps, reactive } from 'vue';
|
||||
const props = defineProps(['size'])
|
||||
console.log("gxs --> % props:\n", props)
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
<style lang="scss">
|
||||
.layout {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
Reference in New Issue
Block a user