euvl / vue-js-toggle-button

:fish_cake: Vue.js 2 toggle / switch button - simple, pretty, customizable
http://vue-js-toggle-button.yev.io/
MIT License
934 stars 133 forks source link

Update README.md #100

Closed MikhailLoginov closed 5 years ago

MikhailLoginov commented 5 years ago

Styles didn't load in my nuxt.js app if I used

import Button from 'vue-js-toggle-button/dist/ssr.index';

but works fine with

import Button from 'vue-js-toggle-button';