docs: update links to the documentation
This commit is contained in:
@@ -7,7 +7,9 @@ import router from './router'
|
||||
import CoreuiVue from '@coreui/vue'
|
||||
import CIcon from '@coreui/icons-vue'
|
||||
import { iconsSet as icons } from '@/assets/icons'
|
||||
import DocsComponents from '@/components/DocsComponents'
|
||||
import DocsExample from '@/components/DocsExample'
|
||||
import DocsIcons from '@/components/DocsIcons'
|
||||
|
||||
const app = createApp(App)
|
||||
app.use(createPinia())
|
||||
@@ -15,6 +17,8 @@ app.use(router)
|
||||
app.use(CoreuiVue)
|
||||
app.provide('icons', icons)
|
||||
app.component('CIcon', CIcon)
|
||||
app.component('DocsComponents', DocsComponents)
|
||||
app.component('DocsExample', DocsExample)
|
||||
app.component('DocsIcons', DocsIcons)
|
||||
|
||||
app.mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user