Lucas Simines
Lucas Simines
I would like to set `emoji: false` globally.
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0-rc.6` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` - Runtime Modules: `-`...
Hi, I'm experiencing an issue on the getTotal value. When the cart tries to sum the product with a value of 427.67 + 35.4 it returns 462.66999999999996 See the image...
Does installing nuxt-validate requires to import ValidationProvider components or am I doing something wrong? Here is my `nuxt.config.js` modules: [ 'nuxt-validate'], nuxtValidate: { lang: 'en', },
### Reproduction ``` import { ColorPicker } from 'vue-color-kit'; import 'vue-color-kit/dist/vue-color-kit.css'; const changeColor = (color: { hex: string }) => { console.log(color); }; ``` ### Expected behavior When typing `0`...
### Reproduction If possible, provide a boiled down editable reproduction using a service like JSFiddle, Codepen or CodeSandbox. A failing unit test is even better! Otherwise provide as much information...
I made a modal that has a `` tag inside, and just sometimes when I click on the button, the v-click-away fires the click.
### Environment ------------------------------ - Operating System: `Darwin` - Node Version: `v16.14.2` - Nuxt Version: `3.0.0-rc.8-27681070.ad63817` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `-` - Runtime Modules: `-`...
**Describe the bug** A clear and concise description of what the bug is. ``` ERROR [nuxt] [request error] [unhandled] [500] Named export 'MarkerClusterer' not found. The requested module 'file:///Users/lucassimines/FMCX/FMCX%20Dashboard/fmcx-one/node_modules/@googlemaps/markerclusterer/dist/index.umd.js' is...
* **Node.js**: v14.16.1 * **OS**: Darwin Lucass-MacBook-Pro.local 20.5.0 Darwin Kernel Version 20.5.0: Sat May 8 05:10:31 PDT 2021; root:xnu-7195.121.3~9/RELEASE_ARM64_T8101 arm64 * **Sequelize**: 6.6.4 * **Database**: PostgresSQL 13 ### What steps...