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