-
When trying to generate docs for a vue 3 project created with vue cli
`documentation build src/** --require-extension ts vue --parse-extension ts vue -f html -o docs --shallow`
```
SyntaxError…
-
- [x] I have searched through existing issues
- [x] I have read through [docs](https://vuejs.github.io/vetur)
- [x] I have read [FAQ](https://github.com/vuejs/vetur/blob/master/docs/FAQ.md)
- […
-
Hi there,
the new storybook for Vue is awesome! I switch from vue-play in favor of this. How I can use vie-router inside stories?
Thanks!
-
**Describe the bug**
Using a decorator like this:
```js
import MyButton from './Button.vue'
export default {
title: "Example/Button",
component: MyButton,
decorators: [
() => ({
…
-
**Describe the solution you'd like**
It would be great to have an official recommendation on how to have typed Vuex modules. With type-safe access to the state/getters/actions/mutations.
-
### What problem does this feature solve?
Test rollup in https://github.com/vuejs/vue-next-webpack-preview -project.
Shows error from src/utils.ts: "File not processed yet".
### What does the p…
stuta updated
3 years ago
-
I commented on an old issue in tc39/proposal-private-fields#102 but after reading the answer I feel like I should re-open an issue.
It's been discussed before: current `PrivateName` spec doesn't tu…
jods4 updated
2 years ago
-
I opened https://github.com/vuejs/vue-cli/issues/1498 on `vue-cli`, but was redirected here.
Reproduction repo:
https://github.com/doppelreim/vue-test-app/tree/test-import-route
Steps to reprod…
-
I am trying to inject my class which extends VuexModule using a DI container based on inversifyjs.
I Would have to pass the VuexModule constructor to the DI container then inject it when the class…
-
Refactor all components (or nearly all) to be built with `vue-class-component` and `vue-property-decorators` to take advantage of typings and to organize code within components by purpose rather than …