Closed jackie-park closed 5 years ago
This issue as been imported as question since it does not respect nuxt-class-component issue template. Only bug reports and feature requests stays open to reduce maintainers workload. If your issue is not a question, please mention the repo admin or moderator to change its type and it will be re-opened automatically. Your question is available at https://cmty.app/nuxt/nuxt-class-component/issues/c14.
// my default layout @Component({ components: {}, middleware: ['login'] }) export default class extends Vue {}
// .nuxt/server if (layout.middleware) midd = midd.concat(layout.middleware)
I think it should be compile 'layout.options.middleware'