Skip to content

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

Merged
merged 2 commits into from
Mar 15, 2019

Conversation

wendyadi
Copy link

Mohon feedbacknya 🙏

@@ -1,93 +1,99 @@
---
title: Migration from Vuex 0.6.x to 1.0
title: Migrasi dari Vuex 0.6.X ke 1.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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>
Copy link
Member

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

<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>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Store Emiter Even <sup>dihapus</sup>
## Emiter Event Store <sup>dihapus</sup>


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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

@wendyadi
Copy link
Author

Changed @mazipan

@mazipan mazipan merged commit 40d59de into vuejs-id:master Mar 15, 2019
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.

2 participants