Add new vue-based frontend
This commit is contained in:
8
packages/sshecret-frontend/src/App.vue
Normal file
8
packages/sshecret-frontend/src/App.vue
Normal file
@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<RouterView />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { useAuthTokenStore } from '@/store/auth'
|
||||
import { RouterView } from 'vue-router'
|
||||
</script>
|
||||
Reference in New Issue
Block a user