feat: 语法错误修复
This commit is contained in:
@@ -24,6 +24,6 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { RiCheckboxCircleFill } from '@remixicon/vue'
|
||||
import TitleSection from '@/components/TitleSection/index.vue'
|
||||
import TitleSection from '@renderer/components/TitleSection/index.vue'
|
||||
|
||||
</script>
|
||||
@@ -31,6 +31,6 @@
|
||||
<script setup lang="ts">
|
||||
import { channel } from '@constant/channel'
|
||||
import { RiForbidLine } from '@remixicon/vue'
|
||||
import TitleSection from '@/components/TitleSection/index.vue'
|
||||
import TitleSection from '@renderer/components/TitleSection/index.vue'
|
||||
|
||||
</script>
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref, defineEmits } from 'vue'
|
||||
import { systemMenus } from '@/constant/system-config'
|
||||
import { systemMenus } from '@renderer/constant/system-config'
|
||||
|
||||
const currentId = ref(1)
|
||||
|
||||
|
||||
@@ -12,5 +12,5 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import TitleSection from '@/components/TitleSection/index.vue'
|
||||
import TitleSection from '@renderer/components/TitleSection/index.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user