mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-19 23:21:30 +00:00
16 lines
196 B
Vue
16 lines
196 B
Vue
![]() |
<template>
|
||
|
<div></div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
name: 'AutomationHeaderMenuItems',
|
||
|
props: {
|
||
|
automation: {
|
||
|
type: Object,
|
||
|
required: true,
|
||
|
},
|
||
|
},
|
||
|
}
|
||
|
</script>
|