-
Notifications
You must be signed in to change notification settings - Fork 90
Translation for migrating vue page #78
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
Conversation
be181ed
to
e34ed13
Compare
src/v2/guide/migration-vuex.md
Outdated
@@ -1,93 +1,99 @@ | |||
--- | |||
title: Migration from Vuex 0.6.x to 1.0 | |||
title: Migrasi dari Vuex 0.6.X ke 1.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Migrasi dari Vuex 0.6.X ke 1.0 | |
title: Migrasi dari Vuex 0.6.x ke 1.0 |
|
||
{% raw %} | ||
<div class="upgrade-path"> | ||
<h4>Upgrade Path</h4> | ||
<h4>Jalan *Upgrade*</h4> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Path lebih cocok jadi Jalur dibandingkan Jalan
src/v2/guide/migration-vuex.md
Outdated
<p>Run the <a href="https://github.com/vuejs/vue-migration-helper">migration helper</a> on your codebase to find examples of <code>store.watch</code> with a string as the first argument.</p> | ||
</div> | ||
{% endraw %} | ||
|
||
## Store's Event Emitter <sup>removed</sup> | ||
## Store Emiter Even <sup>dihapus</sup> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Store Emiter Even <sup>dihapus</sup> | |
## Emiter Event Store <sup>dihapus</sup> |
src/v2/guide/migration-vuex.md
Outdated
|
||
Instead of using this interface to watch events emitted by the store itself (e.g. `store.on('mutation', callback)`), a new method `store.subscribe` is introduced. Typical usage inside a plugin would be: | ||
Instan dari store tidak lagi mengekspos interface "event emitter" (`on`, `off`, `emit`). Jika Anda menggunakan store sebagai *global event bus*, [lihat bagian ini](migration.html#dispatch-and-broadcast-removed) untuk instruksi migrasi. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instan dari store tidak lagi mengekspos interface "event emitter" (`on`, `off`, `emit`). Jika Anda menggunakan store sebagai *global event bus*, [lihat bagian ini](migration.html#dispatch-and-broadcast-removed) untuk instruksi migrasi. | |
*Instance* dari store tidak lagi mengekspos interface "event emitter" (`on`, `off`, `emit`). Jika Anda menggunakan store sebagai *global event bus*, [lihat bagian ini](migration.html#dispatch-and-broadcast-removed) untuk instruksi migrasi. |
Changed @mazipan |
Mohon feedbacknya 🙏