15 lines
No EOL
196 B
Vue
15 lines
No EOL
196 B
Vue
<script setup lang="ts">
|
|
import axios from "axios";
|
|
import {useAuthStore} from "@/stores/auth.store.ts";
|
|
|
|
const auth = useAuthStore();
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |