vue3.0 获取本地路由

1、script:

import { onMounted,  getCurrentInstance, ref } from 'vue'

2、setup:

const { proxy } = getCurrentInstance();

3、页面加载打印:

onMounted(()=>{
  console.log(proxy);
  console.log(proxy.$router.options.routes);
});

 

上一篇:Mac电脑Cmake版本回退


下一篇:XPOSED优秀模块列表 --- 直接APK安装