Commit d3f7312c authored by 胡小根's avatar 胡小根

import fullcalendar css

parent 78b1fb5c
......@@ -22,7 +22,11 @@ const createLintingRule = () => ({
module.exports = {
context: path.resolve(__dirname, '../'),
entry: {
app: './src/main.js'
app: './src/main.js',
styles: [
'./node_modules/fullcalendar/dist/fullcalendar.css',
'./node_modules/fullcalendar/dist/fullcalendar.print.css'
]
},
output: {
path: config.build.assetsRoot,
......
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