UNPKG

vue-simput

Version:

Simput component meant to be used with PyWebVue/Trame

5 lines 176 B
<div v-if="available"> <v-runtime-template v-if="!noUi" :template="ui" /> <slot name="default" v-bind="all" /> <slot name="properties" v-bind="properties" /> </div>