做论坛网站 备案吗,html代码例子,怎样能创建一个网站,wordpress需要登录密码vue2的获取方法
this.$route.pathvue3选项式api获取方法
import { useRouter } from vue-router;
const router useRouter();
console.log(router)
console.log(router.currentRoute.value.path)vue2的获取方法
this.$route.pathvue3选项式api获取方法
import { useRouter } from vue-router;
const router useRouter();
console.log(router)
console.log(router.currentRoute.value.path)