mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(Uploader): remove unused computed
This commit is contained in:
parent
96fe977d1b
commit
82ac453910
@ -2,7 +2,6 @@
|
||||
import {
|
||||
noop,
|
||||
isDef,
|
||||
addUnit,
|
||||
isPromise,
|
||||
getSizeStyle,
|
||||
createNamespace,
|
||||
@ -92,12 +91,6 @@ export default createComponent({
|
||||
'update:modelValue',
|
||||
],
|
||||
|
||||
computed: {
|
||||
previewSizeWithUnit() {
|
||||
return addUnit(this.previewSize);
|
||||
},
|
||||
},
|
||||
|
||||
methods: {
|
||||
getDetail(index = this.modelValue.length) {
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user