@@ -13,14 +13,18 @@ export default {
1313 {
1414 name : 'Components' ,
1515 path : '' ,
16- component : lazyLoading ( 'components/Default' )
16+ component : lazyLoading ( 'components/Default' ) ,
17+ meta : {
18+ link : 'components/Default.vue'
19+ }
1720 } ,
1821 {
1922 name : 'BackToTop' ,
2023 path : 'backToTop' ,
2124 meta : {
2225 description : 'Jump component is based on jump.js' ,
23- repository : 'https://github.com/vue-bulma/jump'
26+ repository : 'https://github.com/vue-bulma/jump' ,
27+ link : 'components/BackToTop.vue'
2428 } ,
2529 component : lazyLoading ( 'components/BackToTop' )
2630 } ,
@@ -29,7 +33,8 @@ export default {
2933 path : 'brace' ,
3034 meta : {
3135 description : 'Code editor component that based on brace' ,
32- repository : 'https://github.com/vue-bulma/brace'
36+ repository : 'https://github.com/vue-bulma/brace' ,
37+ link : 'components/Brace.vue'
3338 } ,
3439 component : lazyLoading ( 'components/Brace' )
3540 } ,
@@ -38,7 +43,8 @@ export default {
3843 path : 'collapse' ,
3944 meta : {
4045 description : 'Collapse component' ,
41- repository : 'https://github.com/vue-bulma/collapse'
46+ repository : 'https://github.com/vue-bulma/collapse' ,
47+ link : 'components/Collapse.vue'
4248 } ,
4349 component : lazyLoading ( 'components/Collapse' )
4450 } ,
@@ -47,7 +53,8 @@ export default {
4753 path : 'datepicker' ,
4854 meta : {
4955 description : 'Datepicker component is based on flatpickr' ,
50- repository : 'https://github.com/vue-bulma/datepicker'
56+ repository : 'https://github.com/vue-bulma/datepicker' ,
57+ link : 'components/Datepicker.vue'
5158 } ,
5259 component : lazyLoading ( 'components/Datepicker' )
5360 } ,
@@ -56,7 +63,8 @@ export default {
5663 path : 'emoji' ,
5764 meta : {
5865 description : 'Emoji Component is based on emojione.com' ,
59- repository : 'https://github.com/vue-bulma/emoji'
66+ repository : 'https://github.com/vue-bulma/emoji' ,
67+ link : 'components/Emoji.vue'
6068 } ,
6169 component : lazyLoading ( 'components/Emoji' )
6270 } ,
@@ -65,7 +73,8 @@ export default {
6573 path : 'message' ,
6674 meta : {
6775 description : 'Message component' ,
68- repository : 'https://github.com/vue-bulma/message'
76+ repository : 'https://github.com/vue-bulma/message' ,
77+ link : 'components/Message.vue'
6978 } ,
7079 component : lazyLoading ( 'components/Message' )
7180 } ,
@@ -74,7 +83,8 @@ export default {
7483 path : 'modal' ,
7584 meta : {
7685 description : 'Modal component' ,
77- repository : 'https://github.com/vue-bulma/modal'
86+ repository : 'https://github.com/vue-bulma/modal' ,
87+ link : 'components/Modal.vue'
7888 } ,
7989 component : lazyLoading ( 'components/Modal' )
8090 } ,
@@ -83,7 +93,8 @@ export default {
8393 path : 'notification' ,
8494 meta : {
8595 description : 'Notification component' ,
86- repository : 'https://github.com/vue-bulma/notification'
96+ repository : 'https://github.com/vue-bulma/notification' ,
97+ link : 'components/Notification.vue'
8798 } ,
8899 component : lazyLoading ( 'components/Notification' )
89100 } ,
@@ -92,7 +103,8 @@ export default {
92103 path : 'progress-bar' ,
93104 meta : {
94105 description : 'ProgressBar component' ,
95- repository : 'https://github.com/vue-bulma/progress-bar'
106+ repository : 'https://github.com/vue-bulma/progress-bar' ,
107+ link : 'components/ProgressBar.vue'
96108 } ,
97109 component : lazyLoading ( 'components/ProgressBar' )
98110 } ,
@@ -101,7 +113,8 @@ export default {
101113 path : 'progress-tracker' ,
102114 meta : {
103115 description : 'ProgressTracker component is based on progress-tracker' ,
104- repository : 'https://github.com/vue-bulma/progress-tracker'
116+ repository : 'https://github.com/vue-bulma/progress-tracker' ,
117+ link : 'components/ProgressTracker.vue'
105118 } ,
106119 component : lazyLoading ( 'components/ProgressTracker' )
107120 } ,
@@ -110,7 +123,8 @@ export default {
110123 path : 'quill' ,
111124 meta : {
112125 description : 'Your powerful, rich text editor' ,
113- repository : 'https://github.com/vue-bulma/quill'
126+ repository : 'https://github.com/vue-bulma/quill' ,
127+ link : 'components/Quill.vue'
114128 } ,
115129 component : lazyLoading ( 'components/Quill' )
116130 } ,
@@ -119,7 +133,8 @@ export default {
119133 path : 'rating' ,
120134 meta : {
121135 description : 'Rating component is based on starability.css' ,
122- repository : 'https://github.com/vue-bulma/rating'
136+ repository : 'https://github.com/vue-bulma/rating' ,
137+ link : 'components/Rating.vue'
123138 } ,
124139 component : lazyLoading ( 'components/Rating' )
125140 } ,
@@ -128,7 +143,8 @@ export default {
128143 path : 'slider' ,
129144 meta : {
130145 description : 'Slider component' ,
131- repository : 'https://github.com/vue-bulma/slider'
146+ repository : 'https://github.com/vue-bulma/slider' ,
147+ link : 'components/Slider.vue'
132148 } ,
133149 component : lazyLoading ( 'components/Slider' )
134150 } ,
@@ -137,7 +153,8 @@ export default {
137153 path : 'switch' ,
138154 meta : {
139155 description : 'Switch component' ,
140- repository : 'https://github.com/vue-bulma/switch'
156+ repository : 'https://github.com/vue-bulma/switch' ,
157+ link : 'components/Switch.vue'
141158 } ,
142159 component : lazyLoading ( 'components/Switch' )
143160 } ,
@@ -146,7 +163,8 @@ export default {
146163 path : 'tabs' ,
147164 meta : {
148165 description : 'Tabs component' ,
149- repository : 'https://github.com/vue-bulma/tabs'
166+ repository : 'https://github.com/vue-bulma/tabs' ,
167+ link : 'components/Tabs.vue'
150168 } ,
151169 component : lazyLoading ( 'components/Tabs' )
152170 } ,
@@ -155,7 +173,8 @@ export default {
155173 path : 'tooltip' ,
156174 meta : {
157175 description : 'Tooltip component is based on hint.css' ,
158- repository : 'https://github.com/vue-bulma/tooltip'
176+ repository : 'https://github.com/vue-bulma/tooltip' ,
177+ link : 'components/Tooltip.vue'
159178 } ,
160179 component : lazyLoading ( 'components/Tooltip' )
161180 } ,
@@ -164,7 +183,8 @@ export default {
164183 path : 'lory' ,
165184 meta : {
166185 description : 'Slider component is based on lory, lory: ☀ Touch enabled minimalistic slider' ,
167- repository : 'https://github.com/vue-bulma/lory'
186+ repository : 'https://github.com/vue-bulma/lory' ,
187+ link : 'components/Lory.vue'
168188 } ,
169189 component : lazyLoading ( 'components/Lory' )
170190 }
0 commit comments