9 lines
319 B
Vue
9 lines
319 B
Vue
|
|
<template>
|
||
|
|
<Container>
|
||
|
|
<p slot="title">README.md</p>
|
||
|
|
<p slot="more"><GithubLink url="https://github.com/lgarron/clipboard-polyfill"></GithubLink></p>
|
||
|
|
<div>
|
||
|
|
<Markdown url="https://raw.githubusercontent.com/lgarron/clipboard-polyfill/master/README.md"></Markdown>
|
||
|
|
</div>
|
||
|
|
</Container>
|
||
|
|
</template>
|