feat: update router

This commit is contained in:
yanghao05
2025-04-29 10:30:17 +08:00
parent d56f21a4c7
commit ee21908887

View File

@@ -1,6 +1,9 @@
<script setup>
import { computed, defineProps } from 'vue'
import { AiOutlineEye, AiOutlineLike } from 'vue-icons-plus/ai'
import { useRouter } from 'vue-router'
const router = useRouter()
const props = defineProps({
article: {