Skip to content

Commit 0bbca16

Browse files
committed
enhance: changed internal name of the
Portal component to mirror library name
1 parent dfc68b8 commit 0bbca16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Portal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import config, { isBrowser } from '../config'
33
import TargetContainer from './TargetContainer'
44

55
export default Vue.extend({
6-
name: 'VuePortal',
6+
name: 'VueSimplePortal',
77
props: {
88
disabled: {
99
type: Boolean,

0 commit comments

Comments
 (0)