关掉工具窗口时取消场景事件,避免重复注册

This commit is contained in:
Next
2018-12-28 19:30:30 +08:00
parent dd6a9fff54
commit 272af4381b
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@
<div id="dev_switch" style="position: absolute;top:45px;left:10px;width: 200px;">
<el-switch v-model="isDevMode" @change="handleChangeMode" active-color="#0099ff" inactive-color="gray">
</el-switch>
<el-tooltip :content="'ccc-devtools@Next v1.2.2'" placement="top">
<el-tooltip :content="'ccc-devtools@Next v1.2.3'" placement="top">
<Icon type="logo-github" size="24" @click="openGithub" />
</el-tooltip>
</div>