0.0.3 • Published 8 years ago
jsorm-vue v0.0.3
jsorm-vue
Vue bindings for JSORM.
You'll only need this when opting-in to the sync = true feature - it ensures instances no longer referenced by the framework still get garbage collected.
Usage
const { JSORMVue } = require('jsorm-vue')
Vue.use(JSORMVue)That's it! Use jsorm as normal.