create filters components
This commit is contained in:
@ -457,6 +457,11 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'Login',
|
||||
component: LoginView
|
||||
},
|
||||
{
|
||||
path: '/playground',
|
||||
name: 'Playground',
|
||||
component: TestView
|
||||
},
|
||||
{
|
||||
path: '/404',
|
||||
name: 'Not Found',
|
||||
|
Reference in New Issue
Block a user