fixed faq bugs
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
const props = defineProps(['item']);
|
||||
const router = useRouter()
|
||||
const route = useRoute()
|
||||
console.log(props);
|
||||
const change = () =>{
|
||||
router.replace(`/${props.item.id}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user