13 lines
194 B
Vue
13 lines
194 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view></router-view>
|
|
<!-- <router-link to="/"></router-link> -->
|
|
</div>
|
|
</template>
|
|
|
|
<style lang="less">
|
|
a {
|
|
color: #67c23a !important;
|
|
}
|
|
</style>
|