2

I created a VueJS app and I'm getting the following error when I look at the source code in the web browser:

<noscript>
      <strong>We're sorry but pay-loader doesn't work properly     without JavaScript enabled. Please enable it to continue.</strong>
</noscript>

I tried a creating a vue.config.js file in the root directory as suggested here :

webpack config missing in vuejs

This didn't work for me, how can fix this issue?

I'm using vue version 3.0.0-rc.5

Thanks

6
  • 2
    try to update to the vue-cli 3. Commented Oct 17, 2018 at 11:33
  • which browser is it? Commented Oct 17, 2018 at 14:08
  • You are using a pre-release version of the @vue/cli, upgrade to a stable version Commented Oct 17, 2018 at 20:05
  • Updating to vue-cli3 fixed it. Thanks @roliroli Commented Oct 23, 2018 at 13:31
  • Glad to read that I helped you. :) Commented Oct 23, 2018 at 13:44

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.