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
how to separate the html, css, js into different files?
maybe like this:
// app.vue <template src="./template.html"></template> <style src="./style.css"></style> <script src="./script.js"></script>