dashboard/shell/edit/logging.banzaicloud.io.clus...

8 lines
155 B
Vue

<script>
import Flow from '@shell/edit/logging-flow';
export default { components: { Flow } };
</script>
<template>
<Flow v-bind="$attrs" />
</template>