提交 ef097d15 编写于 作者: D dolymood

components dep

上级 d3bef947
......@@ -12,6 +12,7 @@
</div>
</template>
<script type="text/ecmascript-6">
import CubeRadio from './radio.vue'
const COMPONENT_NAME = 'cube-radio-group'
const EVENT_INPUT = 'input'
......@@ -54,6 +55,9 @@
return 'border-top-1px border-bottom-1px'
}
}
},
components: {
CubeRadio
}
}
</script>
......
......@@ -15,6 +15,7 @@
</template>
<script type="text/ecmascript-6">
import CubeRateItem from './rate-item.vue'
const COMPONENT_NAME = 'cube-rate'
const EVENT_INPUT = 'input'
......@@ -90,6 +91,9 @@
this.tempValue = this.max
}
}
},
components: {
CubeRateItem
}
}
</script>
......
......@@ -14,6 +14,7 @@
</template>
<script type="text/ecmascript-6">
import CubeSlideItem from './slide-item.vue'
import BScroll from 'better-scroll'
const COMPONENT_NAME = 'cube-slide'
......@@ -219,6 +220,9 @@
this.slide.destroy()
this.slide = null
}
},
components: {
CubeSlideItem
}
}
</script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册