Skip to content

Commit f82c1d8

Browse files
committed
[id] Translate components-nuxt-link.md via GitLocalize
1 parent e22a3cd commit f82c1d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

id/api/components-nuxt-link.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Menghubungkan antar halaman menggunakan nuxt-link.
77

88
> Komponen ini digunakan sebagai penghubung antar halaman.
99
10-
At the moment, `<nuxt-link>` is the same as [`<router-link>`](https://router.vuejs.org/en/api/router-link.html), so we recommend you to see how to use it on the [Vue Router documentation](https://router.vuejs.org/en/api/router-link.html).
10+
Saat ini, `<nuxt-link>` sama dengan [`<router-link>`](https://router.vuejs.org/en/api/router-link.html), jadi kami sarankan Anda untuk melihat bagaimana menggunakannya di [dokumentasi Vue Router](https://router.vuejs.org/en/api/router-link.html) .
1111

1212
Contoh (`pages/index.vue`):
1313

@@ -20,4 +20,4 @@ Contoh (`pages/index.vue`):
2020
</template>
2121
```
2222

23-
In the future, we will add features to the `<nuxt-link>` component, like pre-fetching on the background for improving the responsiveness of Nuxt.js Applications.
23+
Ke depannya, kami akan menambahkan fitur pada komponen `<nuxt-link>`, yaitu mengambil terlebih dahulu (pre-fetching) melalui background untuk meningkatkan keresponsifan Aplikasi Nuxt.js.

0 commit comments

Comments
 (0)