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