fix: remove redundant aliases
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
</nav>
|
||||
</template>
|
||||
<script setup>
|
||||
import Avatarbox from "@/components/common/Avatarbox.vue";
|
||||
import Avatarbox from "~/components/common/Avatarbox.vue";
|
||||
import { watch } from "vue";
|
||||
const router = useRouter();
|
||||
const route = useRoute();
|
||||
|
||||
Reference in New Issue
Block a user