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.
16 lines
237 B
Vue
16 lines
237 B
Vue
|
3 months ago
|
<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>
|