update @删除测试代码

This commit is contained in:
huangzhen 2024-08-23 18:42:22 +08:00
parent 837660924e
commit 11ba77c3a5
1 changed files with 0 additions and 9 deletions

View File

@ -32,20 +32,15 @@
<p class="title">活动规则</p>
<div v-if="cssData.floatText" class="description-2" v-html="cssData.floatText"></div>
</div>
<!-- 测试组件 -->
<BOX ref="boxBoxy" class="boxBoxy"></BOX>
</div>
</template>
<script lang="ts">
import "./index.scss";
import config from "./config";
import BOX from './test.vue';
export default {
name: 'cmsList',
components: { BOX },
props: {
comType: {
type: Number,
@ -83,12 +78,8 @@ export default {
},
created() {
console.log('---detail-created---', config);
console.log('---BOX---', BOX);
this.$emit('getDefault', config);
},
mounted() {
// (this.$refs.boxBoxy as any)?.test();
},
watch: {
formData: {
handler(newVal) {