UPDATE

上级 04414e4b
<template>
<!-- 应用程序容器 -->
<div class="app-container">
<HeaderHeaderHeaderHeaderHeaderHeaderHeaderHeader></Header>
<h1>App 根组HeaderHeader
<!-- 页面头部 -->
<Header></Header>
<!-- 页面主体 -->
<h1>App 根组件</h1>
</div>
</template>
<script>
import Header from './components/Header/Header.vue'
import Header from '@/components/Header/Header.vue'
export default {
components:{
components: {
Header,
}
}
</script>
<style lang="less" scoped>
/* 应用程序容器样式 */
.app-container {
padding-top: 45px;
/* 顶部内边距 */
padding-bottom: 50px;
/* 底部内边距 */
}
</style>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册