diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue
deleted file mode 100644
index 057840f4..00000000
--- a/src/components/HelloWorld.vue
+++ /dev/null
@@ -1,29 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/src/components/TheWelcome.vue b/src/components/TheWelcome.vue
deleted file mode 100644
index 962413bf..00000000
--- a/src/components/TheWelcome.vue
+++ /dev/null
@@ -1,121 +0,0 @@
-
-
-
-
-
-
-
- Documentation
-
- Vue’s
- official documentation
- provides you with all information you need to get started.
-
-
-
-
-
-
- Tooling
-
- This project is served and bundled with
- Vite. The recommended IDE setup is
- VSCode
- +
- Volar. If you need to test your components and web pages, check out
- Cypress
- and
- Cypress Component Testing.
-
-
-
- More instructions are available in README.md
.
-
-
-
-
-
-
- Ecosystem
-
- Get official tools and libraries for your project:
- Pinia,
- Vue Router,
- Vue Test Utils, and
- Vue Dev Tools. If you need more resources, we suggest paying
- Awesome Vue
- a visit.
-
-
-
-
-
-
- Community
-
- Got stuck? Ask your question on
- Vue Land, our official Discord server, or
- StackOverflow. You should also subscribe to
- our mailing list
- and follow the official
- @vuejs
- twitter account for latest news in the Vue world.
-
-
-
-
-
-
- Support Vue
-
- As an independent project, Vue relies on community backing for its
- sustainability. You can help us by
- becoming a sponsor.
-
-
diff --git a/src/components/WelcomeItem.vue b/src/components/WelcomeItem.vue
deleted file mode 100644
index 698cd0a2..00000000
--- a/src/components/WelcomeItem.vue
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
diff --git a/src/components/panels/sidebar_preview_marc/Marc.vue b/src/components/panels/sidebar_preview_marc/Marc.vue
index 317baf4e..e4a788d1 100644
--- a/src/components/panels/sidebar_preview_marc/Marc.vue
+++ b/src/components/panels/sidebar_preview_marc/Marc.vue
@@ -68,7 +68,7 @@
}
- }, { detached: false })
+ }, { detached: true })
// build the XML on first load
this.$nextTick(()=>{
diff --git a/src/components/panels/sidebar_preview_xml/Xml.vue b/src/components/panels/sidebar_preview_xml/Xml.vue
index 94ddd9f6..872a8173 100644
--- a/src/components/panels/sidebar_preview_xml/Xml.vue
+++ b/src/components/panels/sidebar_preview_xml/Xml.vue
@@ -89,7 +89,7 @@
// }
- }, { detached: false })
+ }, { detached: true })
// build the XML on first load
this.$nextTick(()=>{
diff --git a/src/views/Edit.vue b/src/views/Edit.vue
index 67da1927..02da2408 100644
--- a/src/views/Edit.vue
+++ b/src/views/Edit.vue
@@ -185,7 +185,7 @@
}
- }, { detached: false })
+ }, { detached: true })