Changes
Page history
Update Documentation
authored
Sep 29, 2018
by
Felix Cervin
Hide whitespace changes
Inline
Side-by-side
Documentation.md
View page @
ce569936
...
...
@@ -2,7 +2,7 @@
<h4>
Vue.app
</h4>
<b>
Information
</b>
<i>
Vue.app is the Feathers instance. As in:
</i>
```
javascript
```
import feathers from '@feathersjs/feathers'
Vue.feathers = feathers
Vue.app = Vue.feathers()
...
...
...
...