You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
266 B
Vue

<!-- views/Dashboard.vue -->
<template>
<div style="padding: 24px;">
<a-result
status="403"
title="403"
sub-title="usuario"
>
</a-result>
</div>
</template>
<script setup>
import { useUserStore } from '../../store/user'
</script>