mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-18 10:59:10 +08:00
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:
parent
dda8b97ddb
commit
37a5a9156d
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user