doc: update quickreference.md. 327e35baf7

This commit is contained in:
jaywcjlove
2022-10-11 07:01:19 +00:00
parent fea44dc1e5
commit c8057c9e38
2 changed files with 22 additions and 5 deletions

View File

@ -1084,8 +1084,8 @@
<hr>
<p>如果我们从以下来源使用模板的话,这条限制是不存在的</p>
<ul class="style-round">
<li>字符串 (例如template: '...')</li>
<li>单文件组件 (.vue)</li>
<li>字符串 (例如:<code>template: '...'</code>)</li>
<li>单文件组件 (<code>.vue</code>)</li>
<li><code>&#x3C;script type="text/x-template"></code></li>
</ul>
<!--rehype:className=style-round-->