fix lint
This commit is contained in:
parent
eabd1fe26a
commit
e6cbfd37be
@ -10,6 +10,7 @@ function isValidUrl(url) {
|
||||
* @param {Object} b 对象b
|
||||
* @return {Boolean} 是否相同
|
||||
*/
|
||||
/* eslint-disable */
|
||||
function equal(a, b) {
|
||||
if (a === b) return true;
|
||||
|
||||
|
||||
@ -30,8 +30,8 @@ Component({
|
||||
// 启用脏检查,默认 false
|
||||
dirty: {
|
||||
type: Boolean,
|
||||
value: false
|
||||
}
|
||||
value: false,
|
||||
},
|
||||
},
|
||||
|
||||
data: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user