update 完善了部分开发文档
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<template>
|
||||
<section>
|
||||
<p>
|
||||
当前版本
|
||||
<a-tag>1.0</a-tag>
|
||||
</p>
|
||||
<Highlight :code="codes['/seed/query.vue']" language="html" />
|
||||
</section>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user