1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-03 02:53:31 +02:00

docs: add avatar samples

This commit is contained in:
BcRikko
2019-02-21 19:01:15 +09:00
parent ae15940e5e
commit b484bd3a11
3 changed files with 18 additions and 4 deletions

View File

@@ -76,6 +76,7 @@
class="item"
v-html="sample.code">
</div>
<p v-if="sample.description" class="description nes-text">{{ sample.description }}</p>
<p v-if="sample.note" class="note nes-text is-error">{{ sample.note }}</p>
<button type="button" class="nes-btn is-primary showcode" @click="sample.showCode = !sample.showCode">&lt;&gt;</button>
</section>