Skip to content

Commit

Permalink
fix main.css import
Browse files Browse the repository at this point in the history
  • Loading branch information
Walker Leite committed Oct 27, 2017
1 parent 98cd74e commit 8c3cc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/client/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Vue from 'vue';
import App from './App.vue';

import 'static/main.css';
import './static/main.css';

new Vue({
el: '#app',
Expand Down

0 comments on commit 8c3cc51

Please sign in to comment.