UNPKG

zview-mobile-editor

Version:

A WYSIWYG text editor base on html5 and vue

19 lines (18 loc) 556 B
<div> <div> <label> <input type="radio" value="foreColor" v-model="command">&nbsp; {{$parent.locale["fore color"]}} </label> <label> <input type="radio" value="backColor" v-model="command">&nbsp; {{$parent.locale["background color"]}} </label> </div> <div> <div v-for="color in colors" :style="{'background-color':color}" class="color-card" @click="changeColor(color)"> </div> <div style="clear: both"></div> </div> </div>