Updated componets syntax

This commit is contained in:
zackbcom 2021-01-05 12:48:10 -06:00
parent 09c930b2ef
commit 0d62fd01f7

View File

@ -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");