Skip to content

Commit ca7ad70

Browse files
author
Guillaume Chau
committed
fix: typo
1 parent f4aa40d commit ca7ad70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@vue/cli-ui/src/mixins/DisplayPriority.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ export default function (count = 1) {
88
},
99

1010
mounted () {
11-
this.runDislayPriority()
11+
this.runDisplayPriority()
1212
},
1313

1414
methods: {
15-
runDislayPriority () {
15+
runDisplayPriority () {
1616
const step = () => {
1717
requestAnimationFrame(() => {
1818
this.displayPriority++

0 commit comments

Comments
 (0)