add base routes and views

This commit is contained in:
axolotle
2021-03-08 19:03:43 +01:00
parent b097712477
commit c012a28aa8
8 changed files with 89 additions and 27 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
<template>
<div class="border p-3">
<span class="font-weight-bold">{{ component.$options.name }}</span>
PROPS: {{ component.$props }}
<div>
<span class="font-weight-bold">{{ component.$options.name }}</span>
PROPS: {{ component.$props }}
</div>
<slot name="default" />
</div>
</template>