1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 10:02:57 +02:00

docs: add dialog samples

This commit is contained in:
BcRikko
2019-02-21 18:53:01 +09:00
parent 2685582a90
commit ae15940e5e
3 changed files with 81 additions and 3 deletions

View File

@@ -76,6 +76,7 @@
class="item"
v-html="sample.code">
</div>
<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>
<section class="samplecode" v-show="sample.showCode">