fontcoderrrrrrr

Results 2 issues of fontcoderrrrrrr

感谢您的帮助! vite.config.js配置如下 ``` import vue from "@vitejs/plugin-vue"; import { viteMockServe } from "vite-plugin-mock"; import { defineConfig } from "vite"; const localEnabled = process.env.USE_MOCK || false; const prodEnabled = process.env.USE_CHUNK_MOCK ||...

Hi,everyone I have a question that I want to combine meta with router in vue3; But I couldn't find the API; ``` router.beforeEach((to, from, next) => { if (to.meta.metaInfo) {...