其他分享
首页 > 其他分享> > vue3.2使用router

vue3.2使用router

作者:互联网

import router from "../router/routes";
import {ref} from "vue";
const route=ref(router.currentRoute.value)
const loaclpath = () => {
  console.log(route.value);
}
loaclpath()

输出结果

 

标签:loaclpath,const,import,route,value,vue3.2,使用,router
来源: https://www.cnblogs.com/SupJiaro/p/16473241.html