mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
8 lines
155 B
Vue
8 lines
155 B
Vue
<script>
|
|
import Flow from '@shell/edit/logging-flow';
|
|
export default { components: { Flow } };
|
|
</script>
|
|
<template>
|
|
<Flow v-bind="$attrs" />
|
|
</template>
|