mirror of
https://github.com/louislam/dockge.git
synced 2025-02-22 19:45:56 +00:00
8 lines
83 B
Vue
8 lines
83 B
Vue
<template>
|
|
<router-view />
|
|
</template>
|
|
|
|
<script>
|
|
export default {};
|
|
</script>
|
|
|