create webapp stencil with side bar, routes and fake login
This commit is contained in:
11
cmd/cli/templates/vue/LoginLayout.vue.tmpl
Normal file
11
cmd/cli/templates/vue/LoginLayout.vue.tmpl
Normal file
@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<div>
|
||||
<main>
|
||||
<router-view />
|
||||
</main>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { RouterView } from 'vue-router';
|
||||
</script>
|
Reference in New Issue
Block a user