yangnuowei88

Results 5 issues of yangnuowei88

就是怎么跑起来的来龙去脉,关键代码的注释等等!以及注意点等?

Chrome Version: 99.0.4844.51(正式版本) (x86_64) OS: macOS 10.15.7 ========= ![image](https://user-images.githubusercontent.com/7427185/159841268-a2f4527e-85b9-43a6-8421-f8f59a960c4d.png)

你那个页面缩放比那个怎么计算的!

1. 大量重复性引用(考虑提取为公共文件,或者利用vite插件自动导入) ```javascript import { useRouter } from 'vue-router' import { computed, onDeactivated, onMounted, onUnmounted, reactive } from 'vue' ``` 2. 没有用TS,可否直接去掉算了 ```javascript ``` 3. 事件钩子可以用一个方法进行保障聚合在一起吗? 4. 处理函数是否应该弄个统一的命名空间聚合起来,感觉太分散了

![1731492951785](https://github.com/user-attachments/assets/2a6c91b4-21ab-4ee8-90ad-69d32362e622) import type { VxeGridDefines, VxeGridInstance, VxeTableDefines } from 'vxe-table' import type { IOptionListType } from './type' defineOptions({ name: 'SjzySelect', }) const props = defineProps(sjzySelectBasicProps) const emit = defineEmits() const...