git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
aa3b543
)
Move import in Modal component
author
Adam Dullage
<redacted>
Mon, 6 May 2024 16:53:38 +0000
(17:53 +0100)
committer
Adam Dullage
<redacted>
Mon, 6 May 2024 16:53:38 +0000
(17:53 +0100)
client/components/Modal.vue
patch
|
blob
|
history
diff --git
a/client/components/Modal.vue
b/client/components/Modal.vue
index 0db3ed70c5ba6787e69dfbcd51208e3b50d2b0bc..4b5b2bc17bb9364cad9b5c4df3696edbc7f678bd 100644
(file)
--- a/
client/components/Modal.vue
+++ b/
client/components/Modal.vue
@@
-26,6
+26,8
@@
import { mdiWindowClose } from "@mdi/js";
import { ref } from "vue";
+import CustomButton from "./CustomButton.vue";
+
defineOptions({
inheritAttrs: false,
});
@@
-37,8
+39,6
@@
const props = defineProps({
modalClasses: String,
});
-import CustomButton from "./CustomButton.vue";
-
const isVisible = ref(false);
function toggle() {
git clone https://git.99rst.org/PROJECT