feat(runtime-dom): support passing initial props to custom element constructor

This commit is contained in:
Evan You
2021-07-22 18:19:54 -04:00
parent 7a7e1d8e9f
commit 5b76843b69
3 changed files with 18 additions and 12 deletions

View File

@@ -198,7 +198,8 @@ function normalizeContainer(
export {
defineCustomElement,
defineSSRCustomElement,
VueElement
VueElement,
VueElementConstructor
} from './apiCustomElement'
// SFC CSS utilities