mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 01:54:48 +00:00
chore(Uploader): remove unused computed
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user