File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1212 </div >
1313</template >
1414<script type="text/ecmascript-6">
15+ import CubeRadio from ' ./radio.vue'
1516 const COMPONENT_NAME = ' cube-radio-group'
1617
1718 const EVENT_INPUT = ' input'
5455 return ' border-top-1px border-bottom-1px'
5556 }
5657 }
58+ },
59+ components: {
60+ CubeRadio
5761 }
5862 }
5963 </script >
Original file line number Diff line number Diff line change 1515</template >
1616
1717<script type="text/ecmascript-6">
18+ import CubeRateItem from ' ./rate-item.vue'
1819 const COMPONENT_NAME = ' cube-rate'
1920 const EVENT_INPUT = ' input'
2021
9091 this .tempValue = this .max
9192 }
9293 }
94+ },
95+ components: {
96+ CubeRateItem
9397 }
9498 }
9599 </script >
Original file line number Diff line number Diff line change 1414</template >
1515
1616<script type="text/ecmascript-6">
17+ import CubeSlideItem from ' ./slide-item.vue'
1718 import BScroll from ' better-scroll'
1819
1920 const COMPONENT_NAME = ' cube-slide'
219220 this .slide .destroy ()
220221 this .slide = null
221222 }
223+ },
224+ components: {
225+ CubeSlideItem
222226 }
223227 }
224228 </script >
You can’t perform that action at this time.
0 commit comments