Skip to content

Commit 3e76b63

Browse files
committed
#55 validate js
1 parent 2e53253 commit 3e76b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1615,15 +1615,15 @@ List of 300 VueJS Interview Questions
16151615
bind (el, binding, vnode, oldVnode) {
16161616
// some logic ...
16171617
}
1618-
...
1618+
// ...
16191619
})
16201620

16211621
// 3. inject some component options
16221622
Vue.mixin({
16231623
created: function () {
16241624
// some logic ...
16251625
}
1626-
...
1626+
// ...
16271627
})
16281628

16291629
// 4. add an instance method

0 commit comments

Comments
 (0)