test: fragment specs

This commit is contained in:
Evan You
2018-10-01 18:21:44 -04:00
parent aafecb319d
commit 612167f470
2 changed files with 199 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
// using DOM renderer because this case is mostly DOM-specific
import { h, render, Component, nextTick } from '@vue/renderer-dom'
describe('attribute fallthrough', () => {