UNPKG

vue-carousel-3d

Version:

Beautiful, flexible and touch supported 3D Carousel for Vue.js

12 lines (9 loc) 221 B
'use strict'; module.exports = function(app) { var config = this.config.server || {}; if (!config.header) return; app.use(function(req, res, next) { res.setHeader('X-Powered-By', 'Hexo'); next(); }); };