From 9b6f964d597973bc7e120a32c18e46afd7a8b770 Mon Sep 17 00:00:00 2001 From: Alexander Shabunevich Date: Thu, 11 Apr 2024 22:41:45 +0300 Subject: [PATCH] chore: demo app --- index.html | 19 +++++++++++++ test/components/Demo.vue | 61 ++++++++++++++++++++++++++++++++++++++++ test/components/Sink.vue | 60 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 140 insertions(+) create mode 100644 index.html create mode 100644 test/components/Demo.vue create mode 100644 test/components/Sink.vue diff --git a/index.html b/index.html new file mode 100644 index 0000000..821731c --- /dev/null +++ b/index.html @@ -0,0 +1,19 @@ + + + + + + + Maska Demo + + +
+ + + + diff --git a/test/components/Demo.vue b/test/components/Demo.vue new file mode 100644 index 0000000..7a26727 --- /dev/null +++ b/test/components/Demo.vue @@ -0,0 +1,61 @@ + + + + + diff --git a/test/components/Sink.vue b/test/components/Sink.vue new file mode 100644 index 0000000..7470415 --- /dev/null +++ b/test/components/Sink.vue @@ -0,0 +1,60 @@ + + + + +