https://gitee.com/L_JLong/vue-booking.git
老师我这里只有报一个错误就是下面这个 ,同样找不出问题在哪,烦请老师帮忙看一下
[Vue warn]: Property or method "item" 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.
found in
---> <Goods> at src/components/goods/goods.vue
<CubeSlideItem> at node_modules/cube-ui/src/components/slide/slide-item.vue
<CubeSlide> at node_modules/cube-ui/src/components/slide/slide.vue
<Tab> at src/components/tab/tab.vue
<App> at src/App.vue
<Root>