-
## Can I configure the vuetify loader to dynamically add lazy imports?
```javascript
// vue.config.js
module.exports = {
chainWebpack: config => {
config.plugin("VuetifyLoaderPlugin").tap…
-
I'm trying to use text translation from amplify predictions in vue and while following docs I'm getting error
"Uncaught Error: More than one or no providers are configured, Either specify a provid…
24jr updated
10 months ago
-
## Expected Behavior
display country code
## Actual Behavior
country code missing
enable-searching-country Field,If closed, it will return to normal
test code : https://github.com/yded…
-
Vite 5.0 has been released - https://github.com/vitejs/vite/blob/v5.0.0/packages/vite/CHANGELOG.md
```
user@myhost ~/myproject (main)$ git diff package.json
diff --git a/package.json b/package.js…
-
* Install dependencies:
`"nuxt": "^3.4.3",`
`"@nuxt-alt/vuetify": "^1.1.1",`
`"`[nuxt-vitest](https://github.com/danielroe/nuxt-vitest)`": "^0.6.10",`
* Add both modules to `nuxt.config.ts` (any…
-
I'm trying to use the new Vuetify 3.4.0 beta release with webpack-plugin-vuetify (2.0.1) but it doesn't work anymore.
````
Found: vuetify@3.4.0-beta.0
npm ERR! node_modules/vuetify
npm ERR! v…
-
The overhaul since v2.1.1 causes the following build error for our nuxt2 app (using node v18):
```
Entrypoint app = 0b2fe6a.js 483a9b5.js fa73801.js 7bcbdff.js
ERROR in ./node_modules/node-emoj…
-
When I try to use the `@end` event, I get this message (vuetify 3.4.0, eslint-plugin-vueitfy 2.1.0):
`VRangeSlider: @end has been removed vuetify/no-deprecated-events`
However, `@end` does work…
-
**Description**
This is a list of all requirements that are not yet met by this project or the dependencies of the project. Version 1.0.0 will be released if all of these requirements are met. This l…
-
I noticed, that the labs component are not loaded automatically when the autoImport flag is set to true.
I am using `vite-plugin-vuetify@1.0.2` and `vuetify@3.3.14`.
I quickly checked what this …