yangyi fu

Results 3 issues of yangyi fu

### Element UI version 2.15.9 ### OS/Browsers version 版本 104.0.5112.102(正式版本) (64 位) ### Vue version 2.7.10 ### Reproduction Link https://codepen.io/adminfyy/pen/zYWXwLw ### Steps to reproduce 更改任意step为100的13, 拖动滑块到最大 超过100 ### What is...

Please make sure these boxes are checked before submitting your PR, thank you! * [x] Make sure you follow Element's contributing guide ([中文](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.zh-CN.md) | [English](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.en-US.md) | [Español](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.es.md) | [Français](https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.fr-FR.md)). *...

下面这种语法无法在插件中正常展示setup属性 ``` export default defineComponent({ name: 'CommitView', setup() { const activeArea = ref(areas?.[0]?.code) const store = useQuotaionInfoStore() onBeforeMount(() => { store.clearLastDetail() }) const router = useRouter() const list = reactive([])...

T: bug