Files
mes-ui-d2/src/pages/demo/plugins/clipboard-polyfill/readme.vue

9 lines
319 B
Vue
Raw Normal View History

<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>