mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[improvement] update eslint config (#2288)
This commit is contained in:
@@ -81,16 +81,13 @@ export default create({
|
||||
thumb: String,
|
||||
title: String,
|
||||
centered: Boolean,
|
||||
thumbLink: String,
|
||||
num: [Number, String],
|
||||
price: [Number, String],
|
||||
originPrice: [Number, String],
|
||||
currency: {
|
||||
type: String,
|
||||
default: '¥'
|
||||
},
|
||||
thumbLink: {
|
||||
type: String,
|
||||
default: 'javascript:;'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user