platypush/platypush/backend/http/templates/widgets/template.html

7 lines
188 B
HTML
Raw Normal View History

2019-07-07 20:11:32 +02:00
<script type="text/x-template" id="tmpl-widget">
<div class="widget" :class="'col-' + config.columns">
<component :is="tag" :config="config"></component>
</div>
</script>