Files
admin-jxn-testing/src/App.vue

13 lines
194 B
Vue
Raw Normal View History

2024-08-29 09:44:54 +08:00
<template>
<div id="app">
<router-view></router-view>
<!-- <router-link to="/"></router-link> -->
</div>
</template>
<style lang="less">
2024-08-30 11:41:06 +08:00
a {
color: #67c23a !important;
}
2024-08-29 09:44:54 +08:00
</style>