Change mixins exports to be seperate

This commit is contained in:
Jakub Juszczak
2016-12-17 17:29:18 +01:00
parent 015aebfc9f
commit 5fe11ea5a9
2 changed files with 22 additions and 5 deletions

7
src/mixins/index.js Normal file
View File

@@ -0,0 +1,7 @@
import reactiveData from './reactiveData.js'
import reactiveProp from './reactiveProp.js'
export default {
reactiveData,
reactiveProp
}