✨(component): update
This commit is contained in:
parent
cc21bb1785
commit
f5995aec06
@ -75,7 +75,9 @@ const styles = computed(() => {
|
|||||||
'layui-switch-disabled': disabled,
|
'layui-switch-disabled': disabled,
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<em v-if="onswitchText || unswitchText">{{ isActive == true ? onswitchText : unswitchText }}</em>
|
<em v-if="onswitchText || unswitchText">{{
|
||||||
|
isActive == true ? onswitchText : unswitchText
|
||||||
|
}}</em>
|
||||||
<span>
|
<span>
|
||||||
<div>
|
<div>
|
||||||
<template v-if="loading">
|
<template v-if="loading">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user