mirror of
https://github.com/Lissy93/dashy.git
synced 2025-12-11 11:04:27 +01:00
19 lines
176 B
Vue
19 lines
176 B
Vue
<template>
|
|
<div>
|
|
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
|
|
export default {
|
|
name: 'AddItem',
|
|
props: {
|
|
sections: Array,
|
|
},
|
|
};
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style>
|