-
### Version
3.2.33
### Reproduction link
[sfc.vuejs.org/](https://sfc.vuejs.org/#eyJBcHAudnVlIjoiPHNjcmlwdCBzZXR1cD5cbiAgaW1wb3J0IEl0ZW0gZnJvbSBcIi4vSXRlbS52dWVcIlxuPC9zY3JpcHQ+XG5cbjx0ZW1wbGF0ZT…
-
## The devDependency [vuepress](https://github.com/vuejs/vuepress) was updated from `1.2.0` to `1.3.0`.
🚨 [View failing branch](https://github.com/mdartic/vue-reactive-store/compare/master...mdartic…
-
```vue
import { ref, customRef } from "vue"
/**
* Implement the composable function
* Make the function work fine
*/
function useLocalStorage(key: string, initialValue: any) {
con…
-
## The dependency [vue](https://github.com/vuejs/vue) was updated from `2.5.17` to `2.5.18`.
🚨 [View failing branch](https://github.com/Saeris/vue-mana/compare/master...Saeris:greenkeeper%2Fdefault%…
-
^^ Using Monokai, all Vue components are now green making it very difficult to read.
-
code example:
```
{{ test }}-{{ local }}
import { Component, Prop, Vue } from 'vue-property-decorator';
@Component
export default class HelloWorld extends Vue {
@Prop({default: (…
-
**What rule do you want to change?**
`no-parsing-error`
**Does this change cause the rule to produce more or fewer warnings?**
Fewer *errors*.
**How will the change be implemented? (Ne…
-
Similar to an older issue which was complaining about `` tags in a SFC under a file association.
https://github.com/vuejs/vetur/issues/1480
## Info
- Platform: Linux
- Vetur version: `0.31.3…
-
## The dependency [vuex](https://github.com/vuejs/vuex) was updated from `3.1.1` to `3.1.2`.
🚨 [View failing branch](https://github.com/amercier/reversi-vue/compare/master...amercier:greenkeeper%2Fv…
-
# Vue 3 props & defineProps & Typescript
```ts
{{item.name}}
import { ref } from 'vue'
type ItemType = {
name: string;
type: string;
['prop']: any;
…