muhibbudins / nuxt-coreui

💫 NuxtJS + CoreUI Project — Unofficial Nuxt + CoreUI project, free to use boilerplate for every need.
183 stars 76 forks source link

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

Open audente opened 5 years ago

audente commented 5 years ago

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

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 commented 5 years ago

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