mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 08:02:01 +00:00
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
// This code will be injected before initializing the root App
|
|
import Vue from 'vue'
|
|
import VeeValidate from 'vee-validate'
|
|
|
|
Vue.use(VeeValidate)
|