Merge pull request #15 from whitekkk/master

add import vue in readme
pull/14/merge
Metin Seylan 8 years ago committed by GitHub
commit c7491fc762

@ -15,6 +15,7 @@ socket.io implemantation for Vuejs 2.0 and 1.0
## Usage
``` js
import Vue from 'vue';
import VueSocketio from 'vue-socket.io';
Vue.use(VueSocketio, 'http://socketserver.com:1923'); // Automaticly socket connect from url string

Loading…
Cancel
Save