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:
@@ -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"><></button>
|
||||
</section>
|
||||
<section class="samplecode" v-show="sample.showCode">
|
||||
|
Reference in New Issue
Block a user