代码提交
This commit is contained in:
@ -16,11 +16,10 @@ import { ref } from 'vue'
|
||||
const props = defineProps(['data'])
|
||||
|
||||
const goodsData = props.data
|
||||
console.log("--> % goodsData:\n", goodsData)
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
<style lang="scss">
|
||||
.goods {
|
||||
width: 100%;
|
||||
padding: 30rpx 0;
|
||||
|
Reference in New Issue
Block a user