nuxt-community / nuxt-property-decorator

Property decorators for Nuxt (base on vue-property-decorator)
https://github.com/kaorun343/vue-property-decorator
MIT License
399 stars 34 forks source link

`meta` property is not present in componentOptions #57

Closed MohitTilwani15 closed 4 years ago

MohitTilwani15 commented 4 years ago

Meta property needs to be added in the component options

https://github.com/nuxt-community/nuxt-property-decorator/blob/930298ab951e86861c1cc5b471dce6df424434dc/src/nuxt-property-decorator.ts#L16

As you can see in the below link, the meta property is being added in nuxt typescript build

https://github.com/nuxt/typescript/blob/9fa04b66f00c875cb1b690462a52e10056926759/packages/types/app/vue.d.ts#L23

husayt commented 4 years ago

This has been resolved in latest release.