feat(runtime-dom): support passing initial props to custom element constructor
This commit is contained in:
@@ -198,7 +198,8 @@ function normalizeContainer(
|
||||
export {
|
||||
defineCustomElement,
|
||||
defineSSRCustomElement,
|
||||
VueElement
|
||||
VueElement,
|
||||
VueElementConstructor
|
||||
} from './apiCustomElement'
|
||||
|
||||
// SFC CSS utilities
|
||||
|
||||
Reference in New Issue
Block a user