Skip to content

Vue3 - #2

Open
kylewalow wants to merge 19 commits into
mainfrom
vue3
Open

Vue3#2
kylewalow wants to merge 19 commits into
mainfrom
vue3

Conversation

@kylewalow

Copy link
Copy Markdown
Contributor

No description provided.

@kylewalow
kylewalow requested a review from strebl January 4, 2023 14:15
Comment thread package.json
"standard-version": "latest",
"vue": "^2.6.11",
"vue": "^3.2.45",
"vue-template-compiler": "^2.6.11"

Copy link
Copy Markdown
Member

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?

Comment thread src/entry.js
GlobalVue.use(plugin)
}
export default {
install: (app, options) => {

Copy link
Copy Markdown
Member

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) {
  ...
}

Comment thread src/entry.js
GlobalVue.use(plugin)
}
export default {
install: (app, options) => {

Copy link
Copy Markdown
Member

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) {
  ...
}

Comment thread package.json
"@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",

Copy link
Copy Markdown
Member

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?

@arcs-

arcs- commented Sep 12, 2024

Copy link
Copy Markdown

@strebl @kylewalow hend ihr das no ufm schirm?

arcs- and others added 9 commits September 12, 2024 12:35
* 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 <oguzhan.asnaz@novu.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants