Closed ghost closed 4 years ago
@henriquehbr I'm willing to merge this PR, but I think on:load
would be a better fit, think it as the equivalent of window.onload
. Also, the docs need to be updated with the new feature.
Done!
@henriquehbr's Thank you! This is a super useful feature.
Released in v1.5.0
, sorry for taking so long 😁
Thanks @henriquehbr!
on:loaded
event withcreateEventDispatcher
that triggers after the component has been loadedeslint-plugin-svelte3
to avoid eslint warning about undeclared variables between<script>
and<script context="module">
.eslintignore
as it isn't being used