Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from tapitapeh/gitlocalize-446
Browse files Browse the repository at this point in the history
components-no-ssr.md
  • Loading branch information
tapitapeh authored Jan 25, 2018
2 parents dbf0894 + 740ed45 commit 1a4ce8d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions id/api/components-no-ssr.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
title: 'API: '
description: Melewati render komponen pada server side (rendering), dan menampilkan
"placeholder text".
---

# Komponen <no-ssr>

> Komponen ini digunakan untuk menghapus komponen dari subjek server side rendering.
**Props**:

- placeholder: `String`
- Prop ini digunakan sebagai konten di dalam `div` dan ditampilkan sebagai text pada server side rendering.

```html
<template>
<div>
<ssrfrendly-component />
<no-ssr>
<not-ssrfrendly />
</no-ssr>
</div>
</template>
```

Komponen ini adalah klon dari [egoist/vue-no-ssr](https://github.com/egoist/vue-no-ssr).
Terima kasih [@egoist](https://github.com/egoist)!

0 comments on commit 1a4ce8d

Please sign in to comment.