7 lines
273 B
Vue
7 lines
273 B
Vue
|
|
<template>
|
||
|
|
<Container>
|
||
|
|
<p slot="title">README.md</p>
|
||
|
|
<p slot="more"><GithubLink url="https://github.com/nuysoft/Mock"></GithubLink></p>
|
||
|
|
<Markdown url="https://raw.githubusercontent.com/nuysoft/Mock/refactoring/README.md"></Markdown>
|
||
|
|
</Container>
|
||
|
|
</template>
|