Nuxt/lib/renderRoute.js
Sébastien Chopin 8ab135af55 Prototype 0.1.0 working
Alpha 0.1.0
2016-11-07 02:34:58 +01:00

8 lines
146 B
JavaScript

'use strict'
const debug = require('debug')('nuxt:render-route')
module.exports = function (url, context) {
debug(`Rendering route ${url}`)
}