CelesteCC

Results 2 issues of CelesteCC

打包之后报错:TypeError: Zn is not a function

import { api as viewerApi } from 'v-viewer' const show = ()=>{ getInfo({ resource_type: splitExtra(extra).resourceType, category_id: splitExtra(extra).categoryId, resource_id: splitExtra(extra).resourceId }).then((res) => { state.galleryList = res.map((item) => item.src) viewerApi({ images: state.galleryList,...