Skip to content
Snippets Groups Projects
Commit 3c504b4b authored by syuilo's avatar syuilo
Browse files

chore(client): improve usability

parent adad4bcf
No related branches found
No related tags found
No related merge requests found
<template>
<button class="_button" :class="$style.root" @click="toggle">
<button class="_button" :class="$style.root" @mousedown="toggle">
<b>{{ modelValue ? i18n.ts._cw.hide : i18n.ts._cw.show }}</b>
<span v-if="!modelValue" :class="$style.label">{{ label }}</span>
</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment