mirror of
https://github.com/louislam/dockge.git
synced 2025-02-23 12:05:57 +00:00
10 lines
84 B
Vue
10 lines
84 B
Vue
|
<template>
|
||
|
<router-view />
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
|
||
|
};
|
||
|
</script>
|