UNPKG

ves

Version:

A Powerful, Simple Vue Node Isomorphic Framework

8 lines (7 loc) 132 B
'use strict'; module.exports = () => { return async function(ctx, next) { ctx.locals.title = 'ves'; await next(); }; };