Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"ReferenceError: File is not defined" on first run #10

Open
audente opened this issue Feb 23, 2019 · 1 comment
Open

"ReferenceError: File is not defined" on first run #10

audente opened this issue Feb 23, 2019 · 1 comment

Comments

@audente
Copy link

audente commented Feb 23, 2019

Error

After following the setup steps, the app log shows the next message:

[Vue warn]: Error in render: "ReferenceError: File is not defined"
found in
---> <BFormRadio>
       <BFormRadioGroup>
         <BButtonToolbar>
           <Dashboard> at pages/dashboard.vue
             <Nuxt>
               <Full> at layouts/default.vue
                 <Root>

Steps

  • vue init using muhibbudins/nuxt-coreui
  • npm install
  • npm run dev
  • open localhost:3000

Workaround

If I remove the b-form-radio and b-form-radio-group tags from index.vue page the page is rendered without errors.

@muhibbudins
Copy link
Owner

muhibbudins commented Feb 23, 2019

Hi @audente,

Thanks for a report, i think we need to wait BootstrapVue fix this issue. Before we get latest release, please don't use checkbox or radio button.

After that, i will fix the template.

Reference :

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants