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

7 lines
227 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 || 12), 'row-' + (config.rows || 1)]">
2019-07-07 20:11:32 +02:00
<component :is="tag" :config="config"></component>
</div>
</script>