You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the plugins folder, create the vuemask.client.js file
Add to it:
import Vue from 'vue'
const VueInputMask = require ('vue-inputmask'). default
Vue.use (VueInputMask)
Include this file in nuxt.config.js
Last step in tag input:
v-mask = "{mask: '+38 (999) 999-99-99'}"
When I am trying to use this package in my NUXT.js project I receiving
window is not defined
errorThe text was updated successfully, but these errors were encountered: