1
0
mirror of synced 2024-11-22 05:16:05 +03:00

Small readme changes

This commit is contained in:
Justin Schroeder 2018-01-31 17:24:58 -05:00
parent b937db700f
commit 27d2e55a85

View File

@ -18,7 +18,7 @@ Install `vue-formulate` like any other vue plugin:
```js
import Vue from 'vue'
import formulate from 'vue-formulate
import formulate from 'vue-formulate'
Vue.use(formulate)
```