You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To achieve your goal, you can utilize the enhanceApp method from the theme interface within your .vitepress/theme/index.ts file which exposes the raw vue app object, as described in the Vitepress documentation: https://vitepress.dev/guide/custom-theme#theme-interface
Is your feature request related to a problem? Please describe.
我的某个包在使用时,需要传入一些常量参数,类似这样
app.use(myPackage, {
param1: xxxxx,
params22: xxxx,
});
Describe the solution you'd like
可以传参即可
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: