Vue Nuxt
Tips & Tricks

A collection of Vue, Nuxt and Vite tips, tricks and good practices.

If you want user input to be automatically typecast as a number, you can add the number modifier to your v-model managed inputs.

<input v-model.number="age" />