mirror of
https://github.com/KevinMidboe/vue-chartjs.git
synced 2026-07-25 19:22:21 +00:00
Change mixins exports to be seperate
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import reactiveData from './reactiveData.js'
|
||||
import reactiveProp from './reactiveProp.js'
|
||||
|
||||
export default {
|
||||
reactiveData,
|
||||
reactiveProp
|
||||
}
|
||||
Reference in New Issue
Block a user