refactor: update examples
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<CBadge color="warning" class="ms-auto">{{ itemsCount }}</CBadge>
|
||||
</CDropdownItem>
|
||||
<CDropdownHeader component="h6" class="bg-light fw-semibold py-2">
|
||||
<strong>Settings</strong>
|
||||
Settings
|
||||
</CDropdownHeader>
|
||||
<CDropdownItem> <CIcon icon="cil-user" /> Profile </CDropdownItem>
|
||||
<CDropdownItem> <CIcon icon="cil-settings" /> Settings </CDropdownItem>
|
||||
|
||||
@@ -29,6 +29,7 @@ export default {
|
||||
default: undefined,
|
||||
required: false,
|
||||
},
|
||||
plural: Boolean
|
||||
},
|
||||
setup(props) {
|
||||
const href = `https://coreui.io/vue/docs/${packageJson.config.coreui_library_short_version}/${props.href}`
|
||||
|
||||
Reference in New Issue
Block a user