maddenBoy

Results 15 issues of maddenBoy

### TuSimple/naive-ui version (版本) 2.32.2-beta.0 ### Vue version (Vue 版本) 3.2.37 ### Browser and its version (浏览器及其版本) Chrome(103.0.5060.134) ### System and its version (系统及其版本) window 11 ### Node version (Node...

feature request
priority: low

### TuSimple/naive-ui version (版本) 2.32.1 ### Vue version (Vue 版本) 3.2.37 ### Browser and its version (浏览器及其版本) Chrome(103.0.5060.134) ### System and its version (系统及其版本) window 11 ### Node version (Node...

### TuSimple/naive-ui version (版本) 2.33.3 ### Vue version (Vue 版本) 3.2.39 ### Browser and its version (浏览器及其版本) Chrome(105.0.5195.127) ### System and its version (系统及其版本) Window 11 ### Node version (Node...

consideration-needed

### TuSimple/naive-ui version (版本) 2.32.2 ### Vue version (Vue 版本) 3.2.37 ### Browser and its version (浏览器及其版本) Chrome(104.0.5112.81) ### System and its version (系统及其版本) Window 11 ### Node version (Node...

feature request
consideration-needed

## description First, I create a project with vite, then i install vite-plugin-html, I can't visit http://localhost:5173/__unocss in my Vite dev server normally. ## minimal reproduction https://github.com/maddenBoy/unocss-nowork-inspector/tree/main/unocss-nowork-inspector ## step ```pnpm...

### 例如在 src/views/component/table/index.vue,定义新一个变量,保存后,此时页面可以正常加载新添加的变量 ![image](https://user-images.githubusercontent.com/71129660/223599678-15564380-c1fa-4ebd-952b-6d74b5583ba9.png) ### 把定义的变量删除,保存后,此时,若点击侧边栏的任意界面均无法显示对应内容,需要刷新浏览器或重启vite ![image](https://user-images.githubusercontent.com/71129660/223600072-713c758e-c5bf-4498-92c3-5c8036ea4b6f.png) 大佬知道怎么解决吗? ![image](https://user-images.githubusercontent.com/71129660/223600665-78bdc9c7-f0e1-4a5c-9bd0-3b90592bb65d.png)

为什么安卓百度浏览器可以正常录制音频,但播放时抛出格式化错误的异常 ![46709f34d43d37a23fdd468d0184b8b](https://user-images.githubusercontent.com/71129660/212744327-498461f4-06d6-4e13-b4bf-f7fb5b49077e.jpg)

### Describe the bug 描述:使用日期选择器 Date Picker进行日期范围选择时,删除开始开始时间后,直接聚焦到结束时间,删除结束时间,日期选择器的日期被清空(本来需要点击确认才可以修改时间,此时无需点击确认即可修改) 期望:clearable属性为false时,日期时间范围在有值时日期不可以被清空 https://github.com/tusen-ai/naive-ui/assets/71129660/9168fc81-0f30-469a-b231-e3c885005268 ### Steps to reproduce 1、打开官网文档链接,(https://www.naiveui.com/zh-CN/light/components/date-picker#datetimerange.vue) 2、给日期时间范围选择器设置值 3、清空开始日期时间,直接点击结束时间,清空结束时间,点击组件外部,此时日期被清空 ### Link to minimal reproduction https://www.naiveui.com/zh-CN/light/components/date-picker ### System Info ```Shell System: OS: Windows 11...

bug

### 描述错误 有些场景下可能需要异步的获取某些FormItem项,或者部分FormItem项只有在某些条件满足的情况下才显示, 在表单 Form设置'auto'时,表单无法重新自动计算FormItem宽度导致无法正常显示,希望可以提供重新自动更新label width的方法 ### 复现步骤 1、打开https://codesandbox.io/p/sandbox/cranky-rumple-vjxn2n?file=%2Fsrc%2FDemo.vue%3A79%2C26 2、切换显示/隐藏电话号码 ## 隐藏电话号码字段后,剩余字段宽度不会重新计算(往左移) ![image](https://github.com/tusen-ai/naive-ui/assets/71129660/890c6e56-226c-46b9-acd0-0c2887b97dbe) ### 最小复现链接 https://codesandbox.io/p/sandbox/cranky-rumple-vjxn2n?file=%2Fsrc%2FDemo.vue%3A79%2C26 ### 系统信息 ```Shell System: OS: Windows 11 10.0.22631 CPU: (16) x64 AMD Ryzen 9...

untriaged

**Describe the bug** 在项目中的package.json文件中加上"type": "module"属性后,插件无法识别翻译文件路径 **Extension Version** v2.9.1 **Framework/i18n package you are using** vue-i18n **To Reproduce** Steps to reproduce the behavior: 1.在项目中的package.json文件中加上"type": "module" 2. 设置"i18n-ally.localesPaths"文件目录 3. 翻译进度,翻译树等均无数据 **Device Infomation** -OS:...

bug