mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
12 lines
140 B
Vue
12 lines
140 B
Vue
<template>
|
|
<div id="app">
|
|
<el-backtop />
|
|
<router-view />
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: 'App'
|
|
}
|
|
</script>
|