Skip to content

Commit d68c311

Browse files
authored
Merge branch 'dev' into feat-code-size-improvements
2 parents 97fa3f6 + c7927ed commit d68c311

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/components/TransitionGroupStub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* istanbul ignore file */
12
export default {
23
render(h) {
34
const tag = this.tag || this.$vnode.data.tag || 'span'

tests/components/TransitionStub.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* istanbul ignore file */
12
const getRealChild = vnode => {
23
const compOptions = vnode && vnode.componentOptions
34
if (compOptions && compOptions.Ctor.options.abstract) {

0 commit comments

Comments
 (0)