You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue lists PRs, commits, issues, and to-dos related to the move to Vue 3. (To-dos are marked with 🕒.)
I initially tried to migrate the codebase to Vue 3 in a single large PR (#526). However, there were challenges with that approach, including merge conflicts and other difficulties with Git. It also wasn't possible to run tests until the end of the PR, so it was hard to catch early mistakes.
Ultimately, I closed the PR and opted for a number of separate PRs. I realized that it was possible to merge many of the changes from the large PR into the current Vue 2 codebase. That was possible in part because Vue 2 supports provide/inject (which I didn't realize at first) and because we could use the VueCompositionAPI plugin. Sometimes extracting and merging a commit from the large PR required a temporary workaround implementing the Vue 3 behavior (for example, monkey-patching the Vue Test Utils Wrapper class in 16c9488).
This issue lists PRs, commits, issues, and to-dos related to the move to Vue 3. (To-dos are marked with 🕒.)
I initially tried to migrate the codebase to Vue 3 in a single large PR (#526). However, there were challenges with that approach, including merge conflicts and other difficulties with Git. It also wasn't possible to run tests until the end of the PR, so it was hard to catch early mistakes.
Ultimately, I closed the PR and opted for a number of separate PRs. I realized that it was possible to merge many of the changes from the large PR into the current Vue 2 codebase. That was possible in part because Vue 2 supports provide/inject (which I didn't realize at first) and because we could use the
VueCompositionAPI
plugin. Sometimes extracting and merging a commit from the large PR required a temporary workaround implementing the Vue 3 behavior (for example, monkey-patching the Vue Test UtilsWrapper
class in 16c9488).more
more
more
more
more
TODO/vue3
commentsThe text was updated successfully, but these errors were encountered: