Commit 14517f97 authored by Mike Greiling's avatar Mike Greiling

don't rely on global spaced Vue library for issuable bundle

parent ba865db3
/* global Vue */ /* global Vue */
window.Vue = require('vue');
window.Vue.use(require('vue-resource'));
require('./components/time_tracker'); require('./components/time_tracker');
require('../../smart_interval'); require('../../smart_interval');
require('../../subbable_resource'); require('../../subbable_resource');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment