问题、错误描数
“Property or method “indexContinuation” is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.”
修复方式
查找VUE组件内的"indexContinuation"方法,注释掉即可