Skip to content
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

Composition api #1

Open
wants to merge 37 commits into
base: dev
Choose a base branch
from
Open

Composition api #1

wants to merge 37 commits into from

Conversation

J3m5
Copy link
Owner

@J3m5 J3m5 commented Oct 11, 2023

  • Imports
    • Vue
    • Vuex
    • Vue router
    • Components dynamic import
  • Computed
    • Simple
    • Getter setter
  • Methods
  • Watchers
    • Simple syntax
    • Handler object syntax
    • String / dot syntax
    • this.$watch syntax
  • Life cycle events
    • Transform valid Vue 3 life cycle events
    • Put created and beforeCreate hooks in comments
  • Mixins
  • Vuex v3 -> v4 -> Pinia ?
  • Vue router v3 -> v4
  • This / vm
    • ref
    • $refs
    • Computed
    • Methods
    • Props
    • Props
    • Object syntax
    • Array syntax
  • data
    • Primitives to ref
    • Objects to reactive
  • Filters
  • Refs

JH and others added 30 commits September 18, 2023 17:01
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