mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2026-01-13 20:57:09 +08:00
refactor:优化部分警告
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
import HeaderRightBar from '../HeaderRightBar/index.vue'
|
||||
import MenuFoldBtn from '../MenuFoldBtn.vue'
|
||||
|
||||
defineOptions({ name: 'Header' })
|
||||
defineOptions({ name: 'LayoutHeader' })
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@@ -31,6 +31,7 @@ defineOptions({ name: 'Header' })
|
||||
.header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.header-right {
|
||||
flex: 1;
|
||||
overflow: hidden;
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<script setup lang="ts">
|
||||
import { useAppStore, useTabsStore } from '@/stores'
|
||||
|
||||
defineOptions({ name: 'Main' })
|
||||
defineOptions({ name: 'LayoutMain' })
|
||||
const appStore = useAppStore()
|
||||
const tabsStore = useTabsStore()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user