- This repo clone from Vuetify-form-base
- This Repo solve the SSR issue of this package Github issue
- Reduce size
- Resolved SSR issue in Nuxt.js
- Add all dependencies in component
You should install this package with the below command:
- NPM
npm i vuetify-form-base-ssr --save
- YARN
yarn add vuetify-form-base-ssr --save
For general registration in Nuxt.js, you must add this package in plugin folder and add the file to Nuxt.config.js
in the plugin section
Vue.component('VuetifyFormBaseSsr', () => import('vuetify-form-base-ssr'))
Or you can import this component to your desire components like as below
import VuetifyFormBaseSsr from 'vuetify-form-base-ssr'