import BScroll from '@better-scroll/core'
import Slide from '@better-scroll/slide'
BScroll.use(Slide)
const scroll = ref<?>()
// vscode显示 scrollValue类型为 BScrollConstructor<{}> & PluginAPI
const scrollValue = scroll.value = new BScroll(dom, options)
// ok vscode可以联想
// scrollValue.goToPage
// no vscode无法联想
// scroll.value.goToPage
reuturn { scroll }
所以应该使用@better-scroll里哪个导出的类型来定义使用过插件的BScroll实例的类型呀?尝试过BScrollInstance感觉并不对
慕课网明星讲师黄轶深度讲解 Vue3.0 ,提升的不止是Vue代码能力
了解课程