We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a37b3 commit f4c5f15Copy full SHA for f4c5f15
id/api/components-nuxt.md
@@ -1,9 +1,9 @@
1
---
2
-title: 'API: The '
+title: 'API: '
3
description: Menampilkan komponen halaman di dalam layout
4
5
6
-# The <nuxt> Component
+# Komponen <nuxt>
7
8
> Komponen ini hanya digunakan di dalam [layout](/guide/views#layouts) untuk menampilkan komponen halaman.
9
@@ -13,7 +13,7 @@ description: Menampilkan komponen halaman di dalam layout
13
- Prop ini diset ke `<router-view/>`, berguna untuk membuat transisi di dalam halaman yang dinamis dan route yang berbeda.
14
- Default: `$route.fullPath`
15
16
-Example (`layouts/default.vue`):
+Contoh (`layouts/default.vue`):
17
18
```html
19
<template>
0 commit comments