1 min readAug 1, 2020
Hey mate,
Glad you liked it. I don't really follow what you're doing, so if you can make a version I could test somewhere I'm sure I could help.
But otherwise:
Are you mixing up `name` and `id`? The ID of the named modal of this example does not interact with the system, just that component.
If you do mean `id`, then when you use the Modal component (wrapper), then can you just add a v-if to the wrapper:
<modal v-if="id" :name="myName">