Skip to content

Commit

Permalink
Fix Vuetable not found
Browse files Browse the repository at this point in the history
I have no idea why this even worked before...
  • Loading branch information
binary4oul committed May 28, 2017
1 parent 58ba053 commit d7c0243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/specs/Vuetable.spec.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Vue from 'vue'
import Vuetable from 'src/components/Vuetable'
import Vuetable from '../../../src/components/Vuetable.vue'
const VuetableInjector = require('!!vue?inject!../../../src/components/Vuetable')

describe('data requests', () => {
Expand Down

0 comments on commit d7c0243

Please sign in to comment.