update 完善了部分开发文档

This commit is contained in:
2021-04-28 17:08:06 +08:00
parent aac183749b
commit 8c429bcde6
23 changed files with 633 additions and 50 deletions

View File

@@ -21,6 +21,11 @@
</a-breadcrumb>输入
<a-tag class="mr-none" color="orange">vue.json</a-tag>并回车将会打开针对vue文件的用户片段配置JSON
</p>
<p>
注意在模版字符串中如果使用到了
<a-tag class="mr-none" color="orange">$</a-tag>就请使用
<a-tag class="mr-none" color="orange">$$</a-tag>对其进行转义
</p>
</li>
</ul>
<Highlight :code="codes['/seed/vue.json']" language="json" />

View File

@@ -1,5 +1,9 @@
<template>
<section>
<p>
当前版本
<a-tag>1.0</a-tag>
</p>
<Highlight :code="codes['/seed/query.vue']" language="html" />
</section>
</template>