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.