fix: 去除 layout 文件夹

This commit is contained in:
MTrun 2022-01-05 21:12:38 +08:00
parent a1d743aa74
commit 698b5264ba
7 changed files with 3 additions and 3 deletions

View File

@ -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>