提交
This commit is contained in:
7
src/views/ueScreen/components/header.vue
Normal file
7
src/views/ueScreen/components/header.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div>头部</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<style scoped></style>
|
||||
@ -1,8 +1,12 @@
|
||||
<template>
|
||||
<div class="ueScreen">大屏</div>
|
||||
<div class="ueScreen">
|
||||
<Header />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts"></script>
|
||||
<script setup lang="ts">
|
||||
import Header from './components/header.vue';
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import '@/views/ueScreen/gis.scss';
|
||||
|
||||
Reference in New Issue
Block a user