hugo-theme-cyberscopes/layouts/partials/pv/button.html

3 lines
169 B
HTML

<button type="{{ .type }}" name="{{ .name }}"
{{- with .mode }} v-show="hasmode('{{ . }}')" {{ end -}}
@click="{{ .exec }}('{{ .action }}')">{{.label}}</button>