We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f774e commit c7927edCopy full SHA for c7927ed
tests/components/TransitionGroupStub.js
@@ -1,3 +1,4 @@
1
+/* istanbul ignore file */
2
export default {
3
render(h) {
4
const tag = this.tag || this.$vnode.data.tag || 'span'
tests/components/TransitionStub.js
const getRealChild = vnode => {
const compOptions = vnode && vnode.componentOptions
if (compOptions && compOptions.Ctor.options.abstract) {
0 commit comments