From b4099363fed4a8851fa58839cbd9d532573f3885 Mon Sep 17 00:00:00 2001 From: MarcZierle Date: Wed, 5 Jan 2022 15:34:16 +0100 Subject: [PATCH] first commit --- docs/components/testcomponent.md | 14 +++++++++ docs/index.html | 19 ++++++++++++ index.html | 52 ++++++++++++++++++++++++++++++++ testcomponent.vue | 31 +++++++++++++++++++ 4 files changed, 116 insertions(+) create mode 100644 docs/components/testcomponent.md create mode 100644 docs/index.html create mode 100644 index.html create mode 100644 testcomponent.vue diff --git a/docs/components/testcomponent.md b/docs/components/testcomponent.md new file mode 100644 index 0000000..97b8825 --- /dev/null +++ b/docs/components/testcomponent.md @@ -0,0 +1,14 @@ +# testcomponent + +just some sample code... + +## Methods + + +|Method|Description|Parameters| +|---|---|---| +|clear|clears something|-| + + + + diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..298aeed --- /dev/null +++ b/docs/index.html @@ -0,0 +1,19 @@ + + + + + + Sample Components in Vue + + + +
+ + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..cffa2cb --- /dev/null +++ b/index.html @@ -0,0 +1,52 @@ + + + + + + + +
+

{{ title }}

+ + + + +
+ + + + + + \ No newline at end of file diff --git a/testcomponent.vue b/testcomponent.vue new file mode 100644 index 0000000..a8ca1e7 --- /dev/null +++ b/testcomponent.vue @@ -0,0 +1,31 @@ + + + + + \ No newline at end of file