LICENSE add ionicons

update issue template、LICENSE add ionicons、update README
This commit is contained in:
梁灏 2017-03-16 10:49:01 +08:00
parent 944853d49e
commit 62a40f4f85
4 changed files with 37 additions and 15 deletions

View file

@ -6,8 +6,8 @@
{{ value1 }}{{value2}}
<div @click="value1 = 13">change value1</div>
<br>
<Slider :value="value9" :tip-format="format"></Slider>
<Slider :value="value10" :tip-format="hideFormat"></Slider>
<Slider v-model="value9" :tip-format="format"></Slider>
<Slider v-model="value10" :tip-format="hideFormat"></Slider>
</div>
</template>
<script>