mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-15 03:06:25 +08:00
refactor(docs): add spacing for switch example (#5092)
This commit is contained in:
@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<el-switch v-model="value1" />
|
||||
<el-switch v-model="value2" active-color="#13ce66" inactive-color="#ff4949" />
|
||||
<el-switch
|
||||
v-model="value2"
|
||||
class="ml-2"
|
||||
active-color="#13ce66"
|
||||
inactive-color="#ff4949"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
Reference in New Issue
Block a user