-
Notifications
You must be signed in to change notification settings - Fork 229
Pick up some changes #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pick up some changes #330
Conversation
* fix extract css related link * change to secureable schema # Conflicts: # src/v2/guide/deployment.md
As someone new to Vuejs, it took me a few extra seconds to grok the expanded code block for when `v-model` is used with a component. My mind was somehow trying to relate the 3rd block of code with the 2nd block, instead of the 1st. (https://vuejs.org/v2/guide/components.html#Form-Input-Components-using-Custom-Events). I suggest re-wording it to make it a bit more obvious. # Conflicts: # src/v2/guide/components.md
# Conflicts: # themes/vue/layout/post.ejs
Remove extra comma in the Object Syntax example for computed properties
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
レビュー 👀 しました!
コメント 💬 の対応お願いします!
src/v2/guide/deployment.md
Outdated
@@ -78,9 +78,9 @@ Webpack を使用している場合、JavaScript と テンプレートの分離 | |||
|
|||
それぞれのビルドツールのドキュメントを参照してください: | |||
|
|||
- [Webpack + vue-loader](http://vue-loader.vuejs.org/en/configurations/extract-css.html) (`vue-cli` の webpack テンプレートは既に設定済み) | |||
- [Webpack + vue-loader](https://vue-loader.vuejs.org/en/configurations/extract-css.html) (`vue-cli` の webpack テンプレートは既に設定済み) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
日本語向けなので、下記日本語訳のvue-loaderのリンク先にしましょう!
https://vue-loader.vuejs.org/ja/configurations/extract-css.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!修正しました!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Cherry-picked from
vuejs/v2.vuejs.org@e51d0ef
vuejs/v2.vuejs.org@2e4d65f
vuejs/v2.vuejs.org@7636c34
vuejs/v2.vuejs.org@19d8fa7
vuejs/v2.vuejs.org@60731ef