mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-02 12:05:21 +02:00
Updated componets syntax
This commit is contained in:
parent
09c930b2ef
commit
0d62fd01f7
1 changed files with 5 additions and 1 deletions
|
@ -37,6 +37,8 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Confirmation from "./Confirmation";
|
||||
|
||||
export default {
|
||||
props: {
|
||||
open: {
|
||||
|
@ -44,9 +46,11 @@ export default {
|
|||
default: true
|
||||
}
|
||||
},
|
||||
|
||||
components: {
|
||||
Confirmation: () => import("../UI/Confirmation")
|
||||
Confirmation
|
||||
},
|
||||
|
||||
methods: {
|
||||
editor() {
|
||||
this.$emit("editor");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue