Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-loader
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pi-plusplus
fork-from-github
vue-loader
Commits
9a950f88
Commit
9a950f88
authored
May 25, 2018
by
Jinjiang
Committed by
GU Yiling
May 25, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[docs][zh] updated to
21245962
parent
21245962
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
custom-blocks.md
docs/zh/guide/custom-blocks.md
+1
-1
options.md
docs/zh/options.md
+7
-0
No files found.
docs/zh/guide/custom-blocks.md
View file @
9a950f88
...
@@ -84,7 +84,7 @@ This is the documentation for component B.
...
@@ -84,7 +84,7 @@ This is the documentation for component B.
<
script
>
<
script
>
import
ComponentB
from
'./ComponentB.vue'
;
import
ComponentB
from
'./ComponentB.vue'
;
export
default
=
{
export
default
{
components
:
{
ComponentB
},
components
:
{
ComponentB
},
data
()
{
data
()
{
return
{
return
{
...
...
docs/zh/options.md
View file @
9a950f88
...
@@ -74,3 +74,10 @@ sidebar: auto
...
@@ -74,3 +74,10 @@ sidebar: auto
-
默认值:
`false`
-
默认值:
`false`
编译用于 Shadow DOM 内部的组件。在该模式下,组件的样式会被注入到
`this.$root.$options.shadowRoot`
,而不是文档的 head 部分。
编译用于 Shadow DOM 内部的组件。在该模式下,组件的样式会被注入到
`this.$root.$options.shadowRoot`
,而不是文档的 head 部分。
## cacheDirectory / cacheIdentifier
-
类型:
`string`
-
默认值:
`undefined`
当这两个选项同时被设置时,开启基于文件系统的模板编译缓存 (需要在工程里安装
`cache-loader`
)。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment