mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
9 lines
83 B
Vue
9 lines
83 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script>
|
|
export default {};
|
|
</script>
|
|
|