-
Form validation is a very essential part of an web application. Ofcourse there are some famous packages that help us do so but they are not error free or they don't satisfy all needs so. It would be g…
-
**Describe the bug**
When VueJS 3 application is running in ssr mode, the prefetch apollo is not working.
**To Reproduce**
```javascript
export default defineComponent({
name: 'Graphql',
s…
-
### What problem does this feature solve?
For the moment, the `rollup-plugin-vue` compiles styles in all cases: [src/index.ts#L340-L359](https://github.com/vuejs/rollup-plugin-vue/blob/master/src/ind…
-
### Vue devtools version
6.4.5
### Link to minimal reproduction
n/a
I am able to reproduce the error with a minimal `Vue` app:
```bash
yarn create vite
-> Vue
-> Typescript
cd
y…
-
### Vue version
3.2.38
### Link to minimal reproduction
https://gitlab.com/jez9999/vue3-demo
### Steps to reproduce
```
npm init vue@3
Vue.js - The Progressive JavaScript Framework
√ Proje…
-
First of all I'm very new to front-end development and NativeScript. I tried to follow exact steps described at https://nativescript-vue.org/en/docs/getting-started/code-sharing/ but it seems it's bro…
-
### What problem does this feature solve?
When scaffolding a new project using vue-cli it would be nice to have a separate tsconfig.json file for "src" and "test/unit" folders.
Because right now t…
-
Trying to upgrade to v0.4.0 with Nuxt bridge and trying to build the application gives me:
```
ERROR Rollup error: ENOTDIR: not a directory, stat '/.../node_modules/.pnpm/pinia@2.0.20_typescript…
-
### Issue Description
Applications created with cli 8.5.3 does not work the HMR on ios.
I am creating a sample that I create with cli 8.5.3 and in this application the HMR does not work on ios. …
-
Hello,
I'm writing an application in nativescript vue where I need to pick an image on iOS Photo Library.
For that I wanted to use the imagepicker plugin.
Authorization is working and I can sel…