File tree 2 files changed +2
-2
lines changed
packages/docs/docs/zh/plugin
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
3 . 注入全局的 UI, 如:[ @vuepress/plugin-back-to-top ] ( ./official/plugin-back-to-top.md ) ;
12
12
4 . 拓展 CLI 的指令,如:[ vuepress-plugin-export] ( https://github.com/ulivz/vuepress-plugin-export ) 。
13
13
14
- 这里也有一个略微复杂的插件案例 [ @vuepress/plugin-blog ] ( https://vuepress-plugin-blog.ulivz.com ) ,其使用了编译器的元数据来生成了一些动态模块 ,并在客户端使用 ` enhanceAppFiles ` 来初始化他们。
14
+ 这里也有一个略微复杂的插件案例 [ @vuepress/plugin-blog ] ( https://vuepress-plugin-blog.ulivz.com ) ,其使用了编译期的元数据来生成了一些动态模块 ,并在客户端使用 ` enhanceAppFiles ` 来初始化他们。
15
15
16
16
## 开箱即用
17
17
Original file line number Diff line number Diff line change @@ -287,7 +287,7 @@ import { SOURCE_DIR } from '@dynamic/constants'
287
287
- 类型: ` Function `
288
288
- 默认值: ` undefined `
289
289
290
- 一个函数,用于拓展或者修改 [ $page] ( ../guide/global-computed.md#page ) 对象。这个函数将会在编译器为每个页面执行一次 。
290
+ 一个函数,用于拓展或者修改 [ $page] ( ../guide/global-computed.md#page ) 对象。这个函数将会在编译期为每个页面执行一次 。
291
291
292
292
``` js
293
293
module .exports = {
You can’t perform that action at this time.
0 commit comments