We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be great if the vue-frame and iframe would have css-classes matching its states, as known from vue-router.
vue-frame
iframe
frame-link
frame-link-active
frame
vue-frame-loading
vue-frame-loaded
The text was updated successfully, but these errors were encountered:
Hi @nelhop, that's an excellent idea you're proposing. I'll start by doing the events, then the dynamic class change will come.
Sorry, something went wrong.
juliandavidmr
No branches or pull requests
It would be great if the
vue-frame
andiframe
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)The text was updated successfully, but these errors were encountered: