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