mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
Updated componets syntax
This commit is contained in:
parent
09c930b2ef
commit
0d62fd01f7
@ -37,6 +37,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import Confirmation from "./Confirmation";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
open: {
|
open: {
|
||||||
@ -44,9 +46,11 @@ export default {
|
|||||||
default: true
|
default: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
Confirmation: () => import("../UI/Confirmation")
|
Confirmation
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
editor() {
|
editor() {
|
||||||
this.$emit("editor");
|
this.$emit("editor");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user