代码提交
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user