Skip to content

Commit

Permalink
Update playground/theme/components/TestNuxt.vue
Browse files Browse the repository at this point in the history
谢谢,这是一个很好的建议

Co-authored-by: Christian Hansen <64793a1a@gmail.com>
  • Loading branch information
SGAMERyu and ch99q committed Jan 13, 2023
1 parent b1d6884 commit d77187b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/theme/components/TestNuxt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ defineProps({
</template>

<style scoped lang="ts">
const test = keyFrames({
const test = keyframes({
from: { transform: 'scale(1)' },
to: { transform: 'scale(1.5)' }
})
Expand Down

0 comments on commit d77187b

Please sign in to comment.