mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-05 04:37:47 +08:00
fix(slider): fix warning of modelValue (#1622)
This commit is contained in:
parent
96ab675903
commit
362431e0db
@ -190,9 +190,9 @@ export default defineComponent({
|
||||
|
||||
setup(props, { emit }) {
|
||||
const initData = reactive({
|
||||
firstValue: null,
|
||||
secondValue: null,
|
||||
oldValue: null,
|
||||
firstValue: 0,
|
||||
secondValue: 0,
|
||||
oldValue: 0,
|
||||
dragging: false,
|
||||
sliderSize: 1,
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user