doc: update quickreference.md.

This commit is contained in:
jaywcjlove
2022-10-11 15:00:30 +08:00
parent 518249913e
commit 327e35baf7
2 changed files with 8 additions and 2 deletions

View File

@ -1471,8 +1471,8 @@ Vue.component('alert-box', {
如果我们从以下来源使用模板的话,这条限制是不存在的
- 字符串 (例如template: '...')
- 单文件组件 (.vue)
- 字符串 (例如:`template: '...'`)
- 单文件组件 (`.vue`)
- `<script type="text/x-template">`
<!--rehype:className=style-round-->