This commit is contained in:
xu_yanfeng
2024-12-18 09:46:45 +08:00
parent e0e78064fc
commit 81edca1a3c
2 changed files with 20 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div v-if="show" class="test">
<CCSection name="功能测试" :expand="true">
<CCSection name="功能测试" :expand="false">
<CCButton @click="onClickHasCocosGame">Has CocosGame</CCButton>
<CCButton @click="onClickNoCocosGame">No CocosGame</CCButton>
<CCButton @click="onTestTree">init tree data</CCButton>