nuxt-class-component
nuxt-class-component copied to clipboard
ES / TypeScript decorator for class-style Nuxt/Vue components
How to get this module to work with nuxt 2 and babel 7
[](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | :wrench: This Pull Request updates lock files to use...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`^2.8.1` -> `^4.1.3`](https://renovatebot.com/diffs/npm/typescript/2.8.1/4.1.3) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [typescript](https://www.typescriptlang.org/) ([source](https://togithub.com/Microsoft/TypeScript)) | [`^2.8.1` -> `^2.9.2`](https://renovatebot.com/diffs/npm/typescript/2.8.1/2.9.2) |...
Also it might be a good idea to retire this. Less is more.
How can I prevent importing vue in every single component. For instance in this component: ``` hello times: {{ helloTimes }} import Vue from 'vue' import Component from '../../../lib/index' @Component...
What are the goals? What are the key differences from `vue-class-component` + `vue-property-decorator`? This question is available on Nuxt.js community (#c4)
I have the following in layout/default.vue: ``` export default { middleware: "connected" } ``` `connected` is a middleware that checks a store state property and redirects if it is null....