✨(component): update
This commit is contained in:
parent
cc21bb1785
commit
f5995aec06
@ -75,7 +75,9 @@ const styles = computed(() => {
|
||||
'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>
|
||||
<div>
|
||||
<template v-if="loading">
|
||||
|
Loading…
Reference in New Issue
Block a user