Skip to content

Component style and itself separated

Compare
Choose a tag to compare
@SinanMtl SinanMtl released this 10 Jun 08:30
· 2 commits to master since this release

Changelog

With v2.4.0, component style and itself separated. You can see below how to registering component:

import rate from 'vue-rate'
import 'vue-rate/dist/vue-rate.css'

Vue.use(rate)

Thanks to @ansidev for his contribution.