# 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

Last Updated: 3/9/2021, 3:35:12 PM