fix: 修改预览页面动态注册方式

This commit is contained in:
MTrun
2022-03-10 14:34:26 +08:00
parent 790cc7b878
commit c29ecc8b0b
7 changed files with 24 additions and 32 deletions
@@ -20,7 +20,7 @@
</template>
<script setup lang="ts">
import { PropType, toRaw } from 'vue'
import { PropType } from 'vue'
import { MacOsControlBtn } from '@/components/MacOsControlBtn/index'
import { componentInstall } from '@/utils'
import { DragKeyEnum } from '@/enums/editPageEnum'