feat(NumberKeyboard): add get-container prop (#6870)

This commit is contained in:
neverland
2020-07-25 10:47:47 +08:00
committed by GitHub
parent 08a554c5a2
commit 2328983afa
4 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ function getElement(selector) {
return selector();
}
export function PortalMixin({ ref, afterPortal }) {
export function PortalMixin({ ref, afterPortal } = {}) {
return {
props: {
getContainer: [String, Function],