代码提交

This commit is contained in:
黄少君
2023-11-14 17:21:03 +08:00
parent d0b337c596
commit dcab74274f
567 changed files with 22414 additions and 7375 deletions

View File

@ -10,12 +10,11 @@
<script setup>
import { ref } from 'vue';
const props = defineProps(['class', 'width'])
console.log("gxs --> % props:\n", props)
const className = ref(props.class)
const width = ref(props.width)
</script>
<style lang="less">
<style lang="scss">
.card {
width: 100%;
background-color: #fff;