refactor: update shared components
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<CCallout color="info" class="bg-white">
|
||||
A Vue {{name}} component {{plural ? 'have' : 'has'}} been created as a native
|
||||
Vue.js version of Bootstrap {{name}}. {{name}} {{plural ? 'are' : 'is'}}
|
||||
A Vue {{ name }} component {{ plural ? 'have' : 'has' }} been created as a
|
||||
native Vue.js version of Bootstrap {{ name }}. {{ name }}
|
||||
{{ plural ? 'are' : 'is' }}
|
||||
delivered with some new features, variants, and unique design that matches
|
||||
CoreUI Design System requirements.
|
||||
<br />
|
||||
@@ -29,7 +30,7 @@ export default {
|
||||
default: undefined,
|
||||
required: false,
|
||||
},
|
||||
plural: Boolean
|
||||
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