mirror of
https://gitee.com/anji-plus/report.git
synced 2026-04-05 10:18:33 +08:00
13 lines
169 B
Vue
13 lines
169 B
Vue
<template>
|
|
<div id="app">
|
|
<router-view/>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
import '@/assets/iconfont/iconfont.css'
|
|
export default {
|
|
name: 'App'
|
|
}
|
|
</script>
|