File tree Expand file tree Collapse file tree 11 files changed +1
-108
lines changed
pages/Components/Datepicker Expand file tree Collapse file tree 11 files changed +1
-108
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,6 @@ export default {
52
52
divider : {
53
53
title : 'Divider'
54
54
} ,
55
- datepicker : {
56
- title : 'Datepicker'
57
- } ,
58
55
drawer : {
59
56
title : 'Drawer'
60
57
} ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,11 +24,6 @@ export const routes = [
24
24
name : 'components/dialog' ,
25
25
component : ( ) => import ( /* webpackChunkName: "dialog" */ './pages/Components/Dialog/Dialog.vue' )
26
26
} ,
27
- {
28
- path : '/components/datepicker' ,
29
- name : 'components/datepicker' ,
30
- component : ( ) => import ( /* webpackChunkName: "datepicker" */ './pages/Components/Datepicker/Datepicker.vue' )
31
- } ,
32
27
{
33
28
path : '/components/snackbar' ,
34
29
name : 'components/snackbar' ,
Original file line number Diff line number Diff line change 11
11
<router-link to =" /components/button" >{{ $t('pages.button.title') }}</router-link >
12
12
<router-link to =" /components/card" >{{ $t('pages.card.title') }}</router-link >
13
13
<router-link to =" /components/chips" >{{ $t('pages.chips.title') }}</router-link >
14
- <router-link to =" /components/dialog" >{{ $t('pages.dialog.title') }}</router-link >
15
14
<router-link to =" /components/content" >{{ $t('pages.content.title') }}</router-link >
16
- <router-link to =" /components/datepicker " >{{ $t('pages.datepicker .title') }}</router-link >
15
+ <router-link to =" /components/dialog " >{{ $t('pages.dialog .title') }}</router-link >
17
16
<router-link to =" /components/divider" >{{ $t('pages.divider.title') }}</router-link >
18
17
<router-link to =" /components/drawer" >{{ $t('pages.drawer.title') }}</router-link >
19
18
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import MdCard from './MdCard'
6
6
import MdCheckbox from './MdCheckbox'
7
7
import MdChips from './MdChips'
8
8
import MdContent from './MdContent'
9
- import MdDatepicker from './MdDatepicker'
10
9
import MdDialog from './MdDialog'
11
10
import MdDivider from './MdDivider'
12
11
import MdDrawer from './MdDrawer'
@@ -37,7 +36,6 @@ export {
37
36
MdCheckbox ,
38
37
MdChips ,
39
38
MdContent ,
40
- MdDatepicker ,
41
39
MdDialog ,
42
40
MdDivider ,
43
41
MdDrawer ,
You can’t perform that action at this time.
0 commit comments