Files
admin-jxn-testing/src/App.vue
lijinxuan123 c040663c36 功能开发
2024-08-30 11:41:06 +08:00

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>