diff --git a/src/components/portal.tsx b/src/components/portal.tsx index c1de3ca..1a62d2f 100644 --- a/src/components/portal.tsx +++ b/src/components/portal.tsx @@ -13,7 +13,7 @@ export default Vue.extend({ order: { type: Number, default: 0 }, slim: { type: Boolean }, slotProps: { type: Object, default: () => ({}) }, - tag: { type: String, default: 'DIV' }, + tag: { type: String, default: 'div' }, to: { type: String, default: () => String(Math.round(Math.random() * 10000000)),