From 6e7ee4d38fb3630a13d31592f0f6ae9bbe8e1bd6 Mon Sep 17 00:00:00 2001
From: Zero~Informatique
Date: Sat, 21 Dec 2019 03:32:20 +0100
Subject: Implemented global components registration Moved the fullscreen
button as a global component (as demonstration) Improved the layout CSS
---
viewer/src/components/LdButtonFullscreen.vue | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
create mode 100644 viewer/src/components/LdButtonFullscreen.vue
(limited to 'viewer/src/components/LdButtonFullscreen.vue')
diff --git a/viewer/src/components/LdButtonFullscreen.vue b/viewer/src/components/LdButtonFullscreen.vue
new file mode 100644
index 0000000..2302a27
--- /dev/null
+++ b/viewer/src/components/LdButtonFullscreen.vue
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
--
cgit v1.2.3