fix: ensure customElements API ssr compatibility

fix #4129
This commit is contained in:
Evan You
2021-07-16 10:40:06 -04:00
parent eca4d7891a
commit de32cfa43e
12 changed files with 49 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
/**
* @jest-environment node
*/
import { createApp } from 'vue'
import { renderToString } from '../src/renderToString'