HHSLinkSLink/HSLink-front/src/App.vue
2020-04-14 17:35:18 +08:00

18 lines
185 B
Vue

<template>
<div id="app">
<router-view/>
</div>
</template>
<script>
export default {
name: 'App'
}
</script>
<style scoped>
.el-container{
height: 100%;
}
</style>