Skip to content

Problem with dynamic import Meteor@1.5 #203

Closed
@thearabbit

Description

@thearabbit

I tried to use dynamic import

// routes
    {
        path: '/',
        name: 'home',
        component: import('./pages/Home.vue'),
        meta: {
            contentTitle: 'Home',

But don't work

[Vue warn]: Failed to mount component: template or render function not defined.
found in
---> <Anonymous>

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions