mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(slider): fix warning of modelValue (#1622)
This commit is contained in:
@@ -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,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user