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
When I use <d-button-group> in Nuxt, It will be shows these error:
[Vue warn]: Error in beforeCreate hook: "ReferenceError: document is not defined"
found in
---> <DButtonGroup> at /Users/hisk/Projects/GitHub/shards-vue/src/components/button-group/ButtonGroup.vue
Current Behavior
When I use
<d-button-group>
in Nuxt, It will be shows these error:and my code was:
Steps to Reproduce
<d-button-group>
this component, and withSSR
mode in Nuxt.js.Thanks.
The text was updated successfully, but these errors were encountered: