refactor(clinical-web): 重组布局组件目录结构
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { RouterView } from 'vue-router'
|
import { RouterView } from 'vue-router'
|
||||||
|
|
||||||
import Container from '@/components/Container.vue'
|
import Container from '@/components/layout/Container.vue'
|
||||||
import Header from '@/components/Header.vue'
|
import Header from '@/components/layout/Header.vue'
|
||||||
import Menu from '@/components/Menu.vue'
|
import Menu from '@/components/layout/Menu.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user