fix(pre-commit)

This commit is contained in:
ArneBo 2025-01-20 14:00:50 +01:00
parent e52f0a8230
commit 9af9dc4a3f
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ const open = ref(false)
PopoverItem supports an `icon` prop to easily add icons to menu items. The icon prop accepts standard Bootstrap icon classes.
| Prop | Data type | Required? | Description |
|--------|-----------|-----------|------------------------------------------------|
| ------ | --------- | --------- | ----------------------------------------------- |
| `icon` | String | No | Bootstrap icon class to display before the item |
```vue-html