commit b4099363fed4a8851fa58839cbd9d532573f3885 Author: MarcZierle Date: Wed Jan 5 15:34:16 2022 +0100 first commit 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