-
Notifications
You must be signed in to change notification settings - Fork 0
Vue3 #2
New issue
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
base: main
Are you sure you want to change the base?
Conversation
"standard-version": "latest", | ||
"vue": "^2.6.11", | ||
"vue": "^3.2.45", | ||
"vue-template-compiler": "^2.6.11" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
isch das die aktuellsti und korrekti version?
GlobalVue.use(plugin) | ||
} | ||
export default { | ||
install: (app, options) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mach doch do die aktuellst syntax:
install(app, options) {
...
}
GlobalVue.use(plugin) | ||
} | ||
export default { | ||
install: (app, options) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mach doch do die aktuellst syntax:
install(app, options) {
...
}
"@rollup/plugin-commonjs": "^11.1.0", | ||
"@rollup/plugin-replace": "^2.3.2", | ||
"@teamnovu/vue-cloudinary-image": "0.0.11", | ||
"@teamnovu/vue-cloudinary-image": "2.0.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sötts do nid v3 me?
@strebl @Kylewalow hend ihr das no ufm schirm? |
* feat: add i18n support * feat: don't report missing property * fix: ensure that empty alt text is handled correctly Currently a null alt text from Statamic is rendered as <img ... alt ...>. This makes it so that the alt attribute is only set if the alt text contains actual content. --------- Co-authored-by: Oguz Han Asnaz <[email protected]>
No description provided.