Skip to content
Update Documentation authored by Felix Cervin's avatar Felix Cervin
<h1>Feathers</h1> <h1>Feathers</h1>
<h4>Vue.app</h4> <h4>Vue.app</h4>
<b>Information</b> <b>Information</b>
<p>
<i>Vue.app is the Feathers instance. As in:</i> <i>Vue.app is the Feathers instance. As in:</i>
```javascript ```javascript
import feathers from '@feathersjs/feathers' import feathers from '@feathersjs/feathers'
Vue.feathers = feathers Vue.feathers = feathers
Vue.app = Vue.feathers() Vue.app = Vue.feathers()
``` ```
\ No newline at end of file
</p>
\ No newline at end of file