Fix time select lint issue (#395)

* fix(popper): re-create popper if destroyed when updating

* fix(time-select): remove unused ref
This commit is contained in:
Enguerrand des Vaux 2020-10-09 04:51:28 +02:00 committed by GitHub
parent dda8b97ddb
commit 37a5a9156d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,5 @@
<template>
<el-select
ref="select"
v-model="value"
:disabled="!editable"
:clearable="clearable"
@ -146,8 +145,6 @@ export default defineComponent({
minTime,
maxTime,
}
// refs
const select = ref(null)
// computed
const items = computed(() => {
const result = []