Skip to content

Vue 3#25

Merged
mzur merged 4 commits into
mainfrom
vue3
Apr 29, 2025
Merged

Vue 3#25
mzur merged 4 commits into
mainfrom
vue3

Conversation

@mzur
Copy link
Copy Markdown
Member

@mzur mzur commented Mar 20, 2025

Checklist:

  • Fix errors returned by npm run build
  • Change <script type="text/javascript"> to <script type="module"> for inline scripts.
  • Update use of Vue Resource.
  • Update <control-button> component to use scoped slot event instead of $on listener (689106d50).
  • Update slots <template slot="xxx"> to <template #xxx> syntax.
  • Update use of v-model to new default modelValue variable name.
  • Define component events with emits: ['evt', ...].
  • Replace use of $on, $once and $off.
  • Replace use of inline-template.
  • Update :disabled and v-bind:disabled attributes that expect the attribute to be removed if false. Use null
  • Rename beforeDestroy to beforeUnmount.
  • Replace Vue.Promise with native Promise.
  • Fix all warnings of Vue Compat.
  • Fix import of handleErrorResponse.
  • Test all features.

@mzur mzur mentioned this pull request Mar 20, 2025
@mzur mzur merged commit 2902eb7 into main Apr 29, 2025
2 checks passed
@mzur mzur deleted the vue3 branch April 29, 2025 07:40
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.

1 participant