correct css issue when build
This commit is contained in:
parent
f6dc1508dd
commit
db0d3b482e
@ -49,7 +49,7 @@ module.exports = {
|
|||||||
// Paths
|
// Paths
|
||||||
assetsRoot: path.resolve(__dirname, '../dist'),
|
assetsRoot: path.resolve(__dirname, '../dist'),
|
||||||
assetsSubDirectory: 'static',
|
assetsSubDirectory: 'static',
|
||||||
assetsPublicPath: '/',
|
assetsPublicPath: '/teammood',
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -5,7 +5,7 @@ import App from './App';
|
|||||||
import router from './router';
|
import router from './router';
|
||||||
import store from './store';
|
import store from './store';
|
||||||
import Buefy from 'buefy'
|
import Buefy from 'buefy'
|
||||||
import 'buefy/dist/buefy.css'
|
|
||||||
Vue.use(Buefy)
|
Vue.use(Buefy)
|
||||||
Vue.config.productionTip = false;
|
Vue.config.productionTip = false;
|
||||||
/* eslint-disable no-new */
|
/* eslint-disable no-new */
|
||||||
|
Loading…
Reference in New Issue
Block a user