File tree 30 files changed +1
-139
lines changed
30 files changed +1
-139
lines changed Original file line number Diff line number Diff line change 18
18
"test:e2e" : " vue-cli-service test:e2e" ,
19
19
"test:unit" : " vue-cli-service test:unit"
20
20
},
21
- "config" : {
22
- "coreui_library_short_version" : " 4.1"
23
- },
24
21
"dependencies" : {
25
22
"@coreui/chartjs" : " ^3.0.0" ,
26
23
"@coreui/coreui" : " ^4.2.3" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
22
</template >
23
23
24
24
<script >
25
- import pkg from ' ../../package.json'
26
25
export default {
27
26
name: ' DocsExample' ,
28
27
props: {
@@ -33,7 +32,7 @@ export default {
33
32
},
34
33
},
35
34
setup (props ) {
36
- const url = ` https://coreui.io/vue/docs/${ pkg . config . coreui_library_short_version } / ${ props .href } `
35
+ const url = ` https://coreui.io/vue/docs/${ props .href } `
37
36
38
37
return {
39
38
url,
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import store from './store'
6
6
import CoreuiVue from '@coreui/vue'
7
7
import CIcon from '@coreui/icons-vue'
8
8
import { iconsSet as icons } from '@/assets/icons'
9
- import DocsCallout from '@/components/DocsCallout'
10
9
import DocsExample from '@/components/DocsExample'
11
10
12
11
const app = createApp ( App )
@@ -15,7 +14,6 @@ app.use(router)
15
14
app . use ( CoreuiVue )
16
15
app . provide ( 'icons' , icons )
17
16
app . component ( 'CIcon' , CIcon )
18
- app . component ( 'DocsCallout' , DocsCallout )
19
17
app . component ( 'DocsExample' , DocsExample )
20
18
21
19
app . mount ( '#app' )
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Accordion" href =" components/accordion" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Breadcrumb" href =" components/breadcrumb" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Card" href =" components/card" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Carousel" href =" components/carousel.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Collapse" href =" components/collapse.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" List Group" href =" components/list-group.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Nav" href =" components/nav.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Pagination" href =" components/pagination.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Placeholder" href =" components/placeholder" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Popover" href =" components/popover.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Progress" href =" components/progress.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Spinner" href =" components/spinner.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Table" href =" components/table.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Tooltip" href =" components/tooltip.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Button Group" href =" components/button-group.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Button" href =" components/button.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Dropdown" href =" components/dropdown.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Check and Radios" href =" forms/checks-radios.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Floating Label" href =" forms/floating-labels.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Form Control" href =" forms/form-control.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Input Group" href =" forms/input-group.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Range" href =" forms/range.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader > <strong >Vue Range</strong > <small ></small > </CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Form Select" href =" forms/select.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Alert" href =" components/alert.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Badges" href =" components/badge.html" />
5
- </CCol >
6
3
<CCol :lg =" 6" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<CRow >
3
- <CCol :xs =" 12" >
4
- <DocsCallout name =" Modal" href =" components/modal.html" />
5
- </CCol >
6
3
<CCol :xs =" 12" >
7
4
<CCard class =" mb-4" >
8
5
<CCardHeader >
You can’t perform that action at this time.
0 commit comments