Added extension recommand + code clean
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
|
||||
<script setup>
|
||||
import { useAuthStore } from '@/plugins/store/authStore';
|
||||
import { useRouter } from 'vue-router'
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
const authStore = useAuthStore();
|
||||
const router = useRouter()
|
||||
|
||||
Reference in New Issue
Block a user