'Vue 3 - component SSR not support

if (process.isClient) {
  app.use(require('v-calendar'), {})
}


<client-only>
  <v-calendar />
  <v-date-picker v-model="date" />
</client-only>

[Vue warn]: Failed to resolve component: v-calendar



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source