We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
EditorHomeはvue-routerで管理されていて、切り替わるたびにonMountedが実行されます。 そしてEditorHomeのonMountedの中にアプリ全体の初期化処理がかなり書かれているいたので、ソングと行き来するたびにアプリ全体の初期化処理が走ります。
これではかなり不便で何が起こるかわからないので、ちゃんと交通整理します。 App.vueがvue-routerの上にいるので、こっちが初期化処理を行うようにします。
あとでテストが必要な項目
The text was updated successfully, but these errors were encountered:
一応メインブランチにマージできるようになりました! ただまだハミング用のエンジンが開発者向けに公開されていないので、それが明け次第メインにマージが良いのかなと思ってます。 (共有です! @y-chan @romot-co @sigprogramming )
Sorry, something went wrong.
vue-routerでのコンポーネントの直接切り替えをやめる
こちら取り組んでみようと思います!
こちらのissue、タスクが残り1つになり、そのタスクもうすでにissue化されているので、クローズしたいと思います!
No branches or pull requests
内容
EditorHomeはvue-routerで管理されていて、切り替わるたびにonMountedが実行されます。
そしてEditorHomeのonMountedの中にアプリ全体の初期化処理がかなり書かれて
いるいたので、ソングと行き来するたびにアプリ全体の初期化処理が走ります。これではかなり不便で何が起こるかわからないので、ちゃんと交通整理します。
App.vueがvue-routerの上にいるので、こっちが初期化処理を行うようにします。
実現方法
あとでテストが必要な項目
その他
The text was updated successfully, but these errors were encountered: