Commit 39d05684 authored by JingChao's avatar JingChao

Update index.vue

parent a37b6f17
<template> <template>
<label <label
:class="cusClass" class="toggle toggle-positive toggle-check" :class="cusClass" class="toggle toggle-positive toggle-check"
@touchstart="checked" @touchstart="checked">
@mousedown="checked">
<input :checked="value" type="checkbox"> <input :checked="value" type="checkbox">
<div class="track"> <div class="track">
<div class="handle"/> <div class="handle"/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment