Skip to content

Commit

Permalink
fix: fixed id not being available
Browse files Browse the repository at this point in the history
  • Loading branch information
kouts committed Nov 21, 2021
1 parent 52b8a8f commit 2cc20ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Modal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default {
}
},
mounted() {
this.id = 'vm-' + this._uid
this.id = 'vm-' + this.$.uid
this.$watch(
'modelValue',
function (newVal) {
Expand Down

0 comments on commit 2cc20ce

Please sign in to comment.