Code-Pop / Intro-to-Vue-3

Code for Vue Mastery's Intro to Vue 3 course:
https://www.vuemastery.com/
780 stars 3.2k forks source link

Enable Javascript #76

Open sugarsheet opened 3 years ago

sugarsheet commented 3 years ago

Hi,

In the index file I have:

...
    <noscript>
      <strong>We're sorry but section-2 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    </noscript>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>

I have searched everywhere - is there any set up I might have missed?

Sn3akyP3t3 commented 1 year ago

Either you're having a problem that is caused by your browser or add-ons/extensions that are blocking javascript or you're just in need of some documentation on what the <noscript> tag does in HTML. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/noscript