Skip to content

Commit

Permalink
Lazy load vue-round-slider
Browse files Browse the repository at this point in the history
Follow-up PR for openhab#1703.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
  • Loading branch information
florian-h05 committed Mar 10, 2023
1 parent b885158 commit fa36756
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ import slideMixin from './slide-mixin'
import { OhKnobDefinition } from '@/assets/definitions/widgets/system'
import KnobControl from 'vue-knob-control'
import RoundSlider from 'vue-round-slider'
export default {
mixins: [mixin, slideMixin],
components: {
KnobControl,
RoundSlider
'RoundSlider': () => import(/* webpackChunkName: "vue-round-slider" */ 'vue-round-slider')
},
widget: OhKnobDefinition
}
Expand Down

0 comments on commit fa36756

Please sign in to comment.