Skip to content

Commit 1e07167

Browse files
re-fortkazupon
authored andcommitted
Typo (vuejs#353)
* typo (vuejs#1127) * Update date
1 parent 5521333 commit 1e07167

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/v2/guide/transitioning-state.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 状態のトランジション
3-
updated: 2017-09-03
3+
updated: 2017-09-23
44
type: guide
55
order: 202
66
---
@@ -352,6 +352,7 @@ new Vue({
352352
}
353353
}
354354
})
355+
355356
function valueToPoint (value, index, total) {
356357
var x = 0
357358
var y = -value * 0.9
@@ -362,6 +363,7 @@ function valueToPoint (value, index, total) {
362363
var ty = x * sin + y * cos + 100
363364
return { x: tx, y: ty }
364365
}
366+
365367
function generatePoints (stats) {
366368
var total = stats.length
367369
return stats.map(function (stat, index) {
@@ -548,5 +550,4 @@ Vue はそれを手助けできます。 SVG は単なるデータなので、
548550
Sarah Drasner は以下のデモでタイマーとインタラクティブ駆動での状態変更の組合せを用いてこれを示しています:
549551

550552
<p data-height="265" data-theme-id="light" data-slug-hash="YZBGNp" data-default-tab="result" data-user="sdras" data-embed-version="2" data-pen-title="Vue-controlled Wall-E" class="codepen">Pen を見る <a href="https://codepen.io/sdras/pen/YZBGNp/">Vue-controlled Wall-E</a> by Sarah Drasner (<a href="https://codepen.io/sdras">@sdras</a>) on <a href="https://codepen.io">CodePen</a>.</p>
551-
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>
552-
553+
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>

0 commit comments

Comments
 (0)