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

3 lines
167 B
HTML

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