Skip to content

Docs > Examples の翻訳を追従 #327

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

Merged
merged 3 commits into from
May 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/examples/elastic-header.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# 弾力のあるヘッダ

<common-codepen-snippet title="Vue 3 Elastic Draggable Header Example" slug="ZEWGmar" :height="474" tab="js,result" :team="false" user="immarina" name="Vue" :preview="false" :editable="false" />
<common-codepen-snippet title="Vue 3 Elastic Draggable Header Example" slug="PoWpdWY" :height="474" tab="js,result" :preview="false" :editable="false" />
2 changes: 1 addition & 1 deletion src/examples/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

> すごくシンプルな Markdown エディタ。

<common-codepen-snippet title="Vue 3 Markdown Editor" slug="oNxXzyB" :height="474" tab="js,result" :team="false" user="immarina" name="Vue" :preview="false" :editable="false" />
<common-codepen-snippet title="Vue 3 Markdown Editor" slug="poReOvE" :height="474" tab="js,result" :preview="false" :editable="false" />
4 changes: 1 addition & 3 deletions src/examples/todomvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
> これは Javascript の実質 120 行を切る(コメントと空行を除く)完全に仕様に準拠する TodoMVC 実装です。

:::warning
あなたの Web ブラウザで 3rd-party データ/クッキーをブロックするよう設定している場合、localeStorage データの保存に失敗するため、以下の example は動作しない可能性があります。

さらに、 CodePen の制約によってハッシュナビゲーションは動作しません。
あなたの Web ブラウザで 3rd-party データ/クッキーをブロックするよう設定している場合、 **localeStorage** データの保存に失敗するため、以下の example は動作しない可能性があります。
:::

<common-codepen-snippet title="Vue 3 TodoMVC" slug="Yzqyozj" tab="js,result" />