mirror of
https://gitee.com/dromara/go-view.git
synced 2025-04-06 03:58:04 +08:00
fix: 去除 layout 文件夹
This commit is contained in:
parent
a1d743aa74
commit
698b5264ba
@ -21,9 +21,9 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { HeaderPro } from '@/layout/components/HeaderPro'
|
import { HeaderPro } from '@/layout/components/HeaderPro'
|
||||||
import { HeaderLeftBtn } from './layout/components/HeaderLeftBtn/index'
|
import { HeaderLeftBtn } from './components/HeaderLeftBtn/index'
|
||||||
import { HeaderRightBtn } from './layout/components/HeaderRightBtn/index'
|
import { HeaderRightBtn } from './components/HeaderRightBtn/index'
|
||||||
import { HeaderTitle } from './layout/components/HeaderTitle/index'
|
import { HeaderTitle } from './components/HeaderTitle/index'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user