代码拉取完成,页面将自动刷新
<!--
* @Author: Shirtiny
* @Date: 2021-12-30 13:33:35
* @LastEditTime: 2021-12-30 16:58:16
* @Description:
-->
<template>
<div id="app">
<div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
<main class="main">
<router-view />
</main>
</div>
</template>
<style lang="less">
html,
body {
margin: 0;
}
#app {
font-family: Avenir, Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #2c3e50;
}
#nav {
padding: 30px;
text-align: center;
a {
font-weight: bold;
color: #2c3e50;
&.router-link-exact-active {
color: #42b983;
}
}
}
.main {
display: flex;
justify-content: center;
p {
label {
font-size: 14px;
margin-right: 8px;
}
input,
select,
button {
outline: none;
margin-right: 16px;
}
}
}
</style>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。