I\'m using Vuejs. This is my markup:
-
2020-12-07 14:17
You can solve it in two ways.
- Make sure you put the CDN into the end of html page and place your own script after that. Example:
where you need to put same javascript code you wrote in any other JavaScript file or in html file.
- Use window.onload function in your JavaScript file.