VuePress客户端配置的使用方法:修订历史

跳到导航 跳到搜索

差异选择:选中要对比的版本的单选按钮,按Enter键或下方的按钮。
说明:(当前)=与最后版本之间的差异,(之前)=与上一版本之间的差异,=小编辑。

2023年8月12日 (星期六)

  • 当前之前 15:402023年8月12日 (六) 15:40BrainBs 讨论 贡献 5,971字节 +5,971 创建页面,内容为“ 你可以直接在你的项目中使用 客户端配置文件 。或者,在你的插件或者主题中,使用 clientConfigFile Hook 来指定客户端配置文件的路径: <syntaxhighlight lang="ts">import { getDirname, path } from '@vuepress/utils' const __dirname = getDirname(import.meta.url) const pluginOrTheme = { clientConfigFile: path.resolve(__dirname, './path/to/clientConfig.ts'), }</syntaxhighlight> 在客户端配置文件中,<code>@vue…”