We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2124596 commit 9a950f8Copy full SHA for 9a950f8
docs/zh/guide/custom-blocks.md
@@ -84,7 +84,7 @@ This is the documentation for component B.
84
<script>
85
import ComponentB from './ComponentB.vue';
86
87
-export default = {
+export default {
88
components: { ComponentB },
89
data () {
90
return {
docs/zh/options.md
@@ -74,3 +74,10 @@ sidebar: auto
74
- 默认值:`false`
75
76
编译用于 Shadow DOM 内部的组件。在该模式下,组件的样式会被注入到 `this.$root.$options.shadowRoot`,而不是文档的 head 部分。
77
+
78
+## cacheDirectory / cacheIdentifier
79
80
+- 类型:`string`
81
+- 默认值:`undefined`
82
83
+当这两个选项同时被设置时,开启基于文件系统的模板编译缓存 (需要在工程里安装 `cache-loader`)。
0 commit comments