mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
style: 修改名称
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="go-edit-bottom">
|
||||
<History />
|
||||
<EditHistory />
|
||||
|
||||
<n-space class="bottom-ri">
|
||||
<!-- 快捷键提示 -->
|
||||
@@ -60,7 +60,7 @@
|
||||
<script setup lang="ts">
|
||||
import { reactive, ref, toRefs, watchEffect } from 'vue'
|
||||
import { icon } from '@/plugins'
|
||||
import { History } from '../History/index'
|
||||
import { EditHistory } from '../EditHistory/index'
|
||||
import { useDesignStore } from '@/store/modules/designStore/designStore'
|
||||
const { LockClosedOutlineIcon, LockOpenOutlineIcon } = icon.ionicons5
|
||||
const { DicomOverlayIcon } = icon.carbon
|
||||
|
||||
Reference in New Issue
Block a user