Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 nuxtjs,我想一次导入库并在任何存储文件上访问它,例如
从“sweetalert2”导入 Swal
谢谢你
尝试将该库分配给商店实例。
然后你可以从动作中使用“this”关键字访问它,如果没有记错的话,也可以使用突变