platypush/platypush/backend/http/templates/elements/switch.html

8 lines
207 B
HTML

<script type="text/x-template" id="tmpl-switch">
<div class="switch" :class="{glow: glow}" @click="toggled">
<input type="checkbox" v-model="value">
<label></label>
</div>
</script>