mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 11:17:41 +00:00
feat: add test
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ZanLoading from 'packages/loading';
|
||||
/**
|
||||
* zan-switch
|
||||
* @module components/switch
|
||||
@@ -22,6 +23,9 @@
|
||||
*/
|
||||
export default {
|
||||
name: 'zan-switch',
|
||||
components: {
|
||||
'zan-loading': ZanLoading
|
||||
},
|
||||
props: {
|
||||
checked: {
|
||||
type: Boolean,
|
||||
|
Reference in New Issue
Block a user