-
### What problem does this feature solve?
In the template I would like to use the following js function:
{#
// Parsing JS syntax is supported here
function() {
return (hello world)
}
#}
…
-
### Describe the bug
An empty string prefix in Ubuntu causes loadEnv to fail, but works when not passing a prefix at all (since it uses the default).
```
loadEnv(mode, process.cwd(), "")
```
…
-
### Version
3.0.0-beta.15
### Reproduction link
[https://codesandbox.io/s/fancy-night-ctdp7?file=/src/App.vue:0-415](https://codesandbox.io/s/fancy-night-ctdp7?file=/src/App.vue:0-415)
…
-
### Description
There is no `.pretterrc` in the scaffold, so Prettier uses its default options, which includes [`printWidth=80`](https://prettier.io/docs/en/options.html#print-width), [`semi=true`]…
-
When mounting a component with props object, VTU does not read props from the options object passed to the mount() function and therefore the test always fails.
-
### What problem does this feature solve?
Maybe current sfc worked for variable detect, but for a very long time , There is not a Vue Language Server for Vue's template to do things for custom compo…
-
### Version
3.0.5
### Reproduction link
[https://github.com/clark-cui/vue3-problem](https://github.com/clark-cui/vue3-problem)
### Steps to reproduce
yarn
npm run dev
### W…
-
### Version
3.1.0-beta.3
### Reproduction link
- [https://github.com/AnnaYuS/repro-vue3-whitespace](https://github.com/AnnaYuS/repro-vue3-whitespace)
- [sfc playground](https://sfc.vuejs.org/#…
-
### Version
3.0.5
### Reproduction link
[https://codesandbox.io/s/vue3-iscustomelement-warning-reprod-k1rx7](https://codesandbox.io/s/vue3-iscustomelement-warning-reprod-k1rx7)
### Steps to re…
-
It would be nice if quasar would support app extensions written in typescript.
At least the following should be considered:
- [ ] Make `quasar create my-ext --kit app-extension` ask the user if he…