mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-25 15:10:41 +01:00
5 lines
No EOL
194 B
HTML
5 lines
No EOL
194 B
HTML
<div class="checkbox-wrapper" @click="check">
|
|
<div :class="{ checkbox: true, checked: checked }"></div>
|
|
<div class="title">{{ title }}</div>
|
|
<q-btn color="primary">XXX</q-btn>
|
|
</div> |