S
S
Sport-code2019-04-04 17:47:09
Vue.js
Sport-code, 2019-04-04 17:47:09

Why is the template displayed 2 times?

Hello.
Please tell me how to remove the output of the second template

{
            path: '/admin',
            name: 'admin',
            component: () => import('../components/pages/admin/DashBoard'),
            redirect: { path: '/admin/category' },
            meta: {
                // layout: 'admin-layout',
                title: 'Админ панель',
                // requiresAuth: true
            },
            children: [
                {
                    path: 'category',
                    name: 'admin.category',
                    component: () => import('../components/pages/admin/Category'),
                    meta: {
                        title: 'Категория',
                        layout: 'admin-layout',
                        // requiresAuth: true
                    },
                }
            ]
        },

5ca6196309082068885107.png

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question