docs(site/loading): improve documentation (#1451)

This commit is contained in:
yoyo 2024-03-01 16:30:47 +08:00 committed by GitHub
parent 57160402fb
commit 21c75a1c03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export default {
},
desc: {
'zh-CN':
'<p>\n <div>通过 <code>v-loading.lock.fullscreen</code> 指令添加修饰符进行全屏加载</div>\n <div>也能通过<code>Loading.service</code>并配置属性进行全屏加载</div>\n </p>',
'<p><div>通过 <code>v-loading.lock.fullscreen</code> 指令添加修饰符进行全屏加载</div><div>也能通过<code>Loading.service</code>并配置属性进行全屏加载</div></p>',
'en-US':
'<p>\n <div> Adds modifiers for fullscreen loading via the <code> v-load.lock.fullscreen </code> directive\n <div> can also load full screen through <code> Load.service </code> and configure properties </div>\n </p>'
},