deleted trash
This commit is contained in:
parent
bb91ac72df
commit
05424ff8c0
1 changed files with 2 additions and 12 deletions
|
|
@ -1,20 +1,10 @@
|
|||
<script setup>
|
||||
import { useAuthStore } from '@/stores/authStore.js'
|
||||
|
||||
const store = useAuthStore()
|
||||
|
||||
const logout = () => {
|
||||
store.logout()
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>Home view</div>
|
||||
<button type="button" @click="logout">no route</button>
|
||||
<div>Start page view</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
div {
|
||||
background: green;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue