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
ef008adf51
commit
1afc06b079
@ -21,9 +21,9 @@
|
||||
|
||||
<script setup lang="ts">
|
||||
import { HeaderPro } from '@/layout/components/HeaderPro'
|
||||
import { HeaderLeftBtn } from './layout/components/HeaderLeftBtn/index'
|
||||
import { HeaderRightBtn } from './layout/components/HeaderRightBtn/index'
|
||||
import { HeaderTitle } from './layout/components/HeaderTitle/index'
|
||||
import { HeaderLeftBtn } from './components/HeaderLeftBtn/index'
|
||||
import { HeaderRightBtn } from './components/HeaderRightBtn/index'
|
||||
import { HeaderTitle } from './components/HeaderTitle/index'
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
Loading…
x
Reference in New Issue
Block a user