mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-17 23:39:36 +00:00
16 lines
154 B
Vue
16 lines
154 B
Vue
<template>
|
|
<div>
|
|
<router-view />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
name: 'Layout'
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss" scoped>
|
|
</style>
|