0.0.2 • Published 6 years ago

@ubic/vue-mixins v0.0.2

Weekly downloads
45
License
MIT
Repository
-
Last release
6 years ago

UBIC Vue Mixins

Использование

yarn add @ubic/vue-mixins
# или
npm install @ubic/vue-mixins
import { dynamicModulesMixin, prefetchDataMixin } from '@ubic/vue-mixins';
import store from './store';

export default {
  dynamicModules: {
    'list': store,
  },
  prefetchData () { /* ... */ },
  mixins: [
    dynamicModulesMixin,
    prefetchDataMixin,
  ],
  // ...
};
0.0.2

6 years ago

0.0.1

6 years ago