# Usage
First we need enable vue module:
import Reforms from '@empla/reforms'
// vue app initialization:
const app = createApp(App)
app.use(Reforms);
app.mount('#app');
After that, you can use all reforms functionality
← Installation Inputs →
First we need enable vue module:
import Reforms from '@empla/reforms'
// vue app initialization:
const app = createApp(App)
app.use(Reforms);
app.mount('#app');
After that, you can use all reforms functionality
← Installation Inputs →