-1

im using nuxtjs and i want import library one time and access it on any store file like

import Swal from 'sweetalert2'

thank you

iFahd Dev
  • 71
  • 1
  • 7

1 Answers1

0

Try to assign that library to the store instance.

Then you can access it with "this" keyword from actions and - if not mistaken - mutations as well

Cristiano Soleti
  • 805
  • 7
  • 12