tmp: 部分代码与UnishopV5结合,但是代码有严重缺陷

This commit is contained in:
2025-12-20 15:30:39 +08:00
parent ed5181b382
commit e263a616f6
183 changed files with 31316 additions and 18590 deletions

View File

@@ -1,5 +1,7 @@
<template>
<view data-component-name="diy-comp-extend"></view>
<view data-component-name="diy-comp-extend" :style="value.pageStyle">
<view></view>
</view>
</template>
<script>
@@ -8,7 +10,10 @@ export default {
name: 'diy-comp-extend',
props: {
value: {
type: Object
type: Object,
default: () => {
return {};
}
}
},
data() {