Files
mes-ui-d2/src/pages/demo/plugins/clipboard-polyfill/readme.vue
李杨 d77b0ad841 no message
Former-commit-id: 43a8224a34f70bb4292c77196f4d98d18b58cb44
Former-commit-id: d154b16d0b3f214e55815c123b775681016c5a70
Former-commit-id: 22378774d55271fb76d5827ea0ffdfd1f2678831
2018-01-15 10:17:58 +08:00

12 lines
321 B
Vue

<template>
<Container>
<PageHeader
slot="header"
title="README.md"
url="https://github.com/lgarron/clipboard-polyfill">
</PageHeader>
<div>
<Markdown url="https://raw.githubusercontent.com/lgarron/clipboard-polyfill/master/README.md"></Markdown>
</div>
</Container>
</template>