mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-05-05 01:10:23 +00:00
15 lines
196 B
Vue
15 lines
196 B
Vue
<template>
|
|
<div></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'AutomationHeaderMenuItems',
|
|
props: {
|
|
automation: {
|
|
type: Object,
|
|
required: true,
|
|
},
|
|
},
|
|
}
|
|
</script>
|