Skip to content

Commit

Permalink
docs: (ru / zh) update plugins-and-presets.md (vuejs#2824) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Sokolov authored and haoqunjiang committed Oct 28, 2018
1 parent 89edf0d commit 31a25cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/ru/guide/plugins-and-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ vue create --preset bitbucket:username/repo --clone my-project
vue create --preset ./my-preset my-project

# или напрямую использовать json-файл в cwd:
vue create --preset my-preset.json
vue create --preset my-preset.json my-project
```
2 changes: 1 addition & 1 deletion docs/zh/guide/plugins-and-presets.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,5 +209,5 @@ vue create --preset bitbucket:username/repo --clone my-project
vue create --preset ./my-preset my-project

# 或者,直接使用当前工作目录下的 json 文件:
vue create --preset my-preset.json
vue create --preset my-preset.json my-project
```

0 comments on commit 31a25cc

Please sign in to comment.