-
According to @smith02620 using https://testmysite.thinkwithgoogle.com/ says,
the loading time is > 3 seconds.
Maybe try lazy-load the images(https://github.com/hilongjw/vue-lazyload) or components(h…
-
I've been building my first VueJS Aepp, and even tho I've added only 2 components doing
`import { AeHeader, AeButton } from '@aeternity/aepp-components'`
This is the JS bundle I get from a `webp…
-
I have been experiencing a huge issue with the VueJS webpack template css output order. I am using the webpack template generated by the CLI with default settings. I am not sure if this is specificall…
-
## The dependency [vue-server-renderer](https://github.com/vuejs/vue) was updated from `2.5.17` to `2.5.18`.
🚨 [View failing branch](https://github.com/likecoin/puttyimages-web/compare/master...like…
-
## The dependency [vue-template-compiler](https://github.com/vuejs/vue) was updated from `2.5.17` to `2.5.18`.
🚨 [View failing branch](https://github.com/likecoin/puttyimages-web/compare/master...li…
-
## The devDependency [vue-template-compiler](https://github.com/vuejs/vue) was updated from `2.5.17` to `2.5.18`.
🚨 [View failing branch](https://github.com/niktrix/ethvm/compare/master...niktrix:gr…
-
## The devDependency [vue-template-compiler](https://github.com/vuejs/vue) was updated from `2.5.17` to `2.5.18`.
🚨 [View failing branch](https://github.com/iamstevendao/iamstevendao.com/compare/mas…
-
### Vue version
vue/@vue/compat v3.3.9
### Link to minimal reproduction
https://stackblitz.com/edit/stackblitz-starters-ceuhq7?file=packages%2Fapp%2Fsrc%2FApp.vue
### Steps to reproduce
There are…
-
Having a issue using VueYoutube component in single file component.
I am using props for :video-id. Modal.vue component is than used in another Component file. But the error is 'created' in Modal.vue…
-
**Please describe what the rule should do:**
Discourage using a dynamic component when you can use a `v-if`/`v-else` for better readability & type hints.
When reading `` it doesn't give a lot …