-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
It would be great if the vue-frame
and iframe
would have css-classes matching its states, as known from vue-router.
Handy classes for the vue-frame
would be:
frame-link
: as general classframe-link-active
: when the link is currently opened in theiframe
Handy classes for the iframe
would be:
frame
: when the iframe is loading the contentvue-frame-loading
: when the iframe is loading the contentvue-frame-loaded
: when the content of the iframe is finished loading (similar to [Feature Request] emit event on iframe ready #13)