Christhofer Natalius
Christhofer Natalius
Tell me if there are things I need to do to make this PR accepted.
### Steps to reproduce - Install and setup Vue and Vue material - Add this line to App.vue ``` Default Default Default ``` - Compare the 3 buttons. ### Which...
### What problem does this feature solve? We already have prop `active-class` that will be appended to the element when the route is active. But what if that we need...
``` prefix{{ s.name }}suffix ```  Variable html still showing empty string no matter what I type. Am I putting v-model at the wrong location? And I'm trying [custom tags](https://github.com/fritx/vue-at#custom-tags)...
From the readme, to show the notification we can use ``` this.$notify({ message: 'Welcome', type: 'success' }) ``` how to do this in .js files? e.g I have api.js and...
The plugin currently change ``` if (statement) { // do something } elseif (other statement) { // do other thing } ``` into ``` if (statement) { // do something...
Something like ``` theme: { lineClamp: [2, 3] }, ```
`debounce.flush()` triggers the function but does not cancel the debounce call. So the function run twice. Meanwhile Lodash stop the debounce call on flush, so the function only run once....
VS Code complains. 
I got this error when using vue3-easymde on a new Vue project created with `npm create vue@latest` and run `npm run type-check`. ``` error TS7016: Could not find a declaration...