Add responsive demo page

pull/1021/head
Cagatay Civici 2021-02-17 15:17:06 +03:00
parent 0115aec5f0
commit a1f56b36fb
3 changed files with 1781 additions and 0 deletions

View File

@ -33,6 +33,10 @@
{
"name": "Accessibility",
"to": "/accessibility"
},
{
"name": "Responsive Design",
"to": "/responsive"
}
]
},

View File

@ -537,6 +537,11 @@ const routes = [
name: 'rating',
component: () => import('../views/rating/RatingDemo.vue')
},
{
path: '/responsive',
name: 'responsive',
component: () => import('../views/responsive/ResponsiveDemo.vue')
},
{
path: '/ripple',
name: 'ripple',

File diff suppressed because it is too large Load Diff