mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
8ab135af55
Alpha 0.1.0
8 lines
146 B
JavaScript
8 lines
146 B
JavaScript
'use strict'
|
|
|
|
const debug = require('debug')('nuxt:render-route')
|
|
|
|
module.exports = function (url, context) {
|
|
debug(`Rendering route ${url}`)
|
|
}
|