i am trying to attach an external js file with my html code to run vue code but i'm getting errors like element not found and vue not declared .
i have tried jsfiddle but it doesn't solve my problem
i am trying to attach an external js file with my html code to run vue code but i'm getting errors like element not found and vue not declared .
i have tried jsfiddle but it doesn't solve my problem
Copyright © 2021 Jogjafile Inc.
Your
main.jsneeds to look something like this:You are missing the actual
Appcomponent, you need aApp.vueas well (or at least a template). Try this: