Sha256: fc85111f36f4732d8fe0cf5e592fdc7f21b673d2c1a8aaf8ce1d3a6c4efa0062

Contents?: true

Size: 556 Bytes

Versions: 16

Compression:

Stored size: 556 Bytes

Contents

import Vue from 'vue';

import VueRouter from 'vue-router';
import Meta from 'vue-meta'

Vue.use(VueRouter);
Vue.use(Meta)

Vue.config.productionTip = false

import axiosApp from './configs/axios';

Vue.prototype.$http = axiosApp;

import {VueMasonryPlugin} from 'vue-masonry';
Vue.use(VueMasonryPlugin)

import lodash from 'lodash';
Object.defineProperty(Vue.prototype, '_', { value: lodash });

import Ilog from './Ilog'

import router from './router.js'

const ibaIlog = new Vue({
	el: '#bp-log',
	router,
	template: '<Ilog/>',
	components: { Ilog },
})

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
ilog-0.4.9 src/vue/index.js
ilog-0.4.8 src/vue/index.js
ilog-0.4.7 src/vue/index.js
ilog-0.4.6 src/vue/index.js
ilog-0.4.5 src/vue/index.js
ilog-0.4.4 src/vue/index.js
ilog-0.4.3 src/vue/index.js
ilog-0.4.2 src/vue/index.js
ilog-0.4.1 src/vue/index.js
ilog-0.4.0 src/vue/index.js
ilog-0.3.3 src/vue/index.js
ilog-0.3.1 src/vue/index.js
ilog-0.3.0 src/vue/index.js
ilog-0.2.2 src/vue/index.js
ilog-0.2.1 src/vue/index.js
ilog-0.2.0 src/vue/index.js