index.js 86 B

12345
  1. import VuexORM from '@vuex-orm/core'
  2. export const plugins = [
  3. VuexORM.install()
  4. ];