我的档案

This commit is contained in:
2020-09-25 16:26:33 +08:00
parent f7dd399ec1
commit 9ee0987df6
5 changed files with 14131 additions and 6 deletions

View File

@@ -1,11 +1,15 @@
<template>
<div id="nav">
<!-- <div id="nav">
<router-link to="/">Home</router-link> |
<router-link to="/about">About</router-link>
</div>
</div> -->
<router-view/>
</template>
<style lang="scss" scoped>
<style lang="scss">
.one-line-hide {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>