Kevin Peters
Kevin Peters
In the [`CommentEditor.vue`](https://github.com/gothinkster/vue-realworld-example-app/blob/06f5939c4ccfd07045a73bbbe26b8cfd2d684556/src/components/CommentEditor.vue) component, we are using some bad Vue.js practice by not using a computed property. Instead, it will use a data property. ```html data() { return { comment:...
update content in faq - should fix #190 CC: @Allianzcortex , @morficus
Introduce a test which checks if the [`VTag.vue`](https://github.com/gothinkster/vue-realworld-example-app/blob/06f5939c4ccfd07045a73bbbe26b8cfd2d684556/src/components/VTag.vue) has been calling the vue-router. **Resources** - https://vue-test-utils.vuejs.org/guides/using-with-vue-router.html
Since it is [now RTM](https://www.microsoft.com/net/core#windows), is there a chance that this library is getting updated to support .net core?
License
Would be nice if you add a license here :) Cool project 👍
## Your Environment * System: Mac, Windows or Linux * Node Version: 10, 12, 14 * TypeScript Version: 4 ## Reproduction (required) When not having overlapped items, do not display...
## Type of Feature - [X] API Extension - [X] UI Feature - [ ] other: ## How would it look like Just show the current length and the maximum...
## What should be changed? - [ ] An example is missing - [ ] Existing documentation needs to be extended - [X] Something else, state below: JSDoc documentation is...
## Type of Change - [ ] Name variables and functions well - [ ] Remove magic numbers - [ ] Extract each step of logic into a function -...
## Type of Change - [ ] Name variables and functions well - [X] Remove magic numbers - [ ] Extract each step of logic into a function - [...