Skip to content
Advertisement

undefined CryptoJS in vue

https://github.com/brix/crypto-js

i have install cryptoJs using npm i crypto-js

but how do i use it on my project ? when i write this code

JavaScript

but it show an error said that CryptoJS is undefined

here is my code

JavaScript

this is the eror

JavaScript

Advertisement

Answer

At first, you have to run npm install crypto-js in Vue terminal.

Then, you have to import or require crypto first

JavaScript
Advertisement