hugo-theme-cyberscopes/layouts/shortcodes/pv/fieldset.html

7 lines
313 B
HTML

{{- $name := .Get "name" | default "data" -}}
{{- $action := .Get "action" | default "data" -}}
{{- $domain := .Get "domain" | default $.Page.Params.api.domain -}}
{{- $comp := .Get "component" | default "Data" -}}
<div v-scope="{{ $comp }}('{{ $name }}', '{{ $action }}', '{{ $domain }}')">
{{ .Inner }}
</div>