You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Error
After following the setup steps, the app log shows the next message:
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.
The text was updated successfully, but these errors were encountered: