<template> <view> 123 </view> </template> <script setup> import { useRoute } from "vue-router"; import { reactive } from "vue"; const route = useRoute(); const gradeTerm = route.query; </script> <style> </style>