diff --git a/src/guide/extras/demos/ElasticHeader.vue b/src/guide/extras/demos/ElasticHeader.vue index 200beb622a..a01e047ceb 100644 --- a/src/guide/extras/demos/ElasticHeader.vue +++ b/src/guide/extras/demos/ElasticHeader.vue @@ -44,7 +44,7 @@ function stopDrag() { dynamics.animate( { x: x.value, y: y.value }, { x: headerHeight, y: headerHeight }, - { type: dynamics.spring, duration: 700, firction: 280 } + { type: dynamics.spring, duration: 700, friction: 280 } ) } } @@ -67,7 +67,7 @@ function stopDrag() {