document.head.insertAdjacentHTML('beforeend','')
module.exports =
default:
render: (new Function '_ctx', '_cache', renderFns['app/shared/AppLink.pug'])()
name: 'AppLink'
props:
to:
type: [String, Object]
required: true
computed:
isExternal: ->
if typeof @.to == 'string'
return @.to.startsWith('http')
return false
data: ->
return {
_: _
}