增加6个图标;修复在极特殊场景下$refs属性解析异常的bug
parent
e9e235903a
commit
5a3063596e
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@ $cr: #e34235 #e96458 #be382d;
|
|||
$co: #f39c12 #ffb618 #e67e22;
|
||||
$cp: #e7e8eb #ecf0f1 #bdc3c7;
|
||||
$cgr: #8a9b9c #98acae #748182;
|
||||
$cd: #526273 #62778d #34495E;
|
||||
$cd: #526273 #62778d #34495e;
|
||||
|
||||
@mixin ts($c: all, $t: .2s, $m: ease-in-out){
|
||||
transition:$c $t $m;
|
||||
|
|
|
@ -3520,7 +3520,7 @@ const _Anot = (function() {
|
|||
} else {
|
||||
// 非组件才检查 ref属性
|
||||
var ref = isRef(elem)
|
||||
if (ref) {
|
||||
if (ref && vmodels.length) {
|
||||
vmodels[0].$refs[ref] = elem
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3535,7 +3535,7 @@
|
|||
} else {
|
||||
// 非组件才检查 ref属性
|
||||
var ref = isRef(elem)
|
||||
if (ref) {
|
||||
if (ref && vmodels.length) {
|
||||
vmodels[0].$refs[ref] = elem
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3520,7 +3520,7 @@ const _Anot = (function() {
|
|||
} else {
|
||||
// 非组件才检查 ref属性
|
||||
var ref = isRef(elem)
|
||||
if (ref) {
|
||||
if (ref && vmodels.length) {
|
||||
vmodels[0].$refs[ref] = elem
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3535,7 +3535,7 @@
|
|||
} else {
|
||||
// 非组件才检查 ref属性
|
||||
var ref = isRef(elem)
|
||||
if (ref) {
|
||||
if (ref && vmodels.length) {
|
||||
vmodels[0].$refs[ref] = elem
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue