| 123456789101112 |
- document.head.insertAdjacentHTML('beforeend','<style type="text/tailwindcss" component="AppLink">'+stylFns['app/shared/AppLink/index.styl']+'</style>')
- 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')
|