fix: 修改名称规范问题

This commit is contained in:
MTrun
2022-03-14 19:52:01 +08:00
parent 3a9f68384f
commit 6c402b3a17
70 changed files with 136 additions and 155 deletions
+1 -4
View File
@@ -18,7 +18,7 @@
class="go-cursor-pointer"
@click="backHandle"
>
<ChevronBackOutlineIcon></ChevronBackOutlineIcon>
<chevron-back-outline-icon></chevron-back-outline-icon>
</n-icon>
</n-space>
</div>
@@ -46,12 +46,9 @@
</template>
<script setup lang="ts">
import { computed } from 'vue'
import { useChartEditStore } from '@/store/modules/chartEditStore/chartEditStore'
import { icon } from '@/plugins'
const { ChevronBackOutlineIcon } = icon.ionicons5
const chartEditStore = useChartEditStore()
const emit = defineEmits(['back'])
defineProps({