-
### 描述错误
轮播图设置slides-per-view="auto"属性时,会报错:
```
Uncaught TypeError: slideSizesRef.effect.run is not a function
at handleSlideResize (naive-ui.js?v=1392700f:71801:30)
at handleResize (nai…
-
### 描述错误
```
// MIcon.story.vue
Simple story in Nuxt
Tertiary
import {NButton} from 'naive-ui'
```
使用时报错:
```
import { VResizeObserver } from 'vueuc';
…
-
### Describe the bug
**I have tried with version 0.27.0 - 0.27.3, and all of them doesn't work at all**
```
// vite.config.ts
import { defineConfig } from 'vite'
import vue from '@vitejs/pl…
-
### 描述错误
当对应用有安全性需求的时候,CSP不允许使用unsafe-inline。
在vite5中可以通过配置 html.cspNonce 给页面所有script和style加上Nonce满足CSP的要求。
但naiveUI似乎并不适用,打开页面后控制台报错,且UI库的组件均无法正常使用。
![截屏2024-09-14 15 52 24](https://github.co…
-
### 问题的清晰而简明的描述
希望有一个预览方法,例如在点击一个按钮会触发点击 Image 的预览,但是 ImageInst 没有暴露。
或者拎出 ImagePreview 方法
### 建议的解决方案
```HTML
import type { ImageInst } from 'naive-ui'
const imageRef = ref(null)
// …
-
### Describe the bug
![image](https://github.com/user-attachments/assets/bd33c8b6-f0f8-49ad-b162-260a709b0801)
![image](https://github.com/user-attachments/assets/a4dcd133-b803-4484-8182-00cd7a2863d…
-
```typescript
import {defineAbility} from "nuxt-authorization/utils";
const testAbility = defineAbility((user) => {
console.log(user)
return true
})
1
2
…
-
### Describe the bug
When some cloumn active `ellipsis` prop, the data table will lost scrollbar.
### Steps to reproduce
Just like that.
[App.vue](https://github.com/wcnhna/naive-ui-demo/b…
-
### 可复现的链接(包含复现链接与示例代码):
无
### 问题描述与截图:
1:表格edit状态
2:使用slots插入第三方Ui组件(我使用的是naive-ui的下拉框和日期)
3:点击选项或日期后,组件弹窗直接消失,没有触发选择数据动作
### 期望的结果:
可以在触发完组件的动作以后,再关闭编辑弹窗
### 操作系统:
macos
### 浏览器版本:
charom…
-
Consider this example, which (maybe naively) tries to display a popup menu with content that can change over time:
```rust
use eframe::egui;
fn main() -> eframe::Result {
env_logger::init(…