- Converting all to Typescript
- Installing 1.0.0.beta Quasar Upgrade - (Part 1 - Upgrade Components)
This commit is contained in:
5
src/boot/vuelidate.ts
Normal file
5
src/boot/vuelidate.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import Vuelidate from 'vuelidate'
|
||||
|
||||
export default ({ Vue }) => {
|
||||
Vue.use(Vuelidate)
|
||||
}
|
||||
Reference in New Issue
Block a user