add base routes and views
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user