diff --git a/src/mixins/reactiveData.js b/src/mixins/reactiveData.js index 460b55e..540e63c 100644 --- a/src/mixins/reactiveData.js +++ b/src/mixins/reactiveData.js @@ -38,5 +38,5 @@ module.exports = { } } } - }, + } } diff --git a/src/mixins/reactiveProp.js b/src/mixins/reactiveProp.js index 3f3116f..1d0882f 100644 --- a/src/mixins/reactiveProp.js +++ b/src/mixins/reactiveProp.js @@ -39,5 +39,5 @@ module.exports = { } } } - }, + } }