Skip to content

Commit addd166

Browse files
Wangyaqiyyx990803
authored andcommitted
update DCloud video link (#984)
1 parent d3afddc commit addd166

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/v2/guide/components-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: 101
66

77
> 该页面假设你已经阅读过了[组件基础](components.html)。如果你还对组件不太了解,推荐你先阅读它。
88
9-
<div class="vueschool"><a href="https://vueschool.io/lessons/global-vs-local-components?friend=vuejs" target="_blank" rel="noopener" title="Free Vue.js Component Registration lesson">Watch a free video lesson on Vue School</a></div>
9+
<div class="vueschool" style=""><a href="https://learning.dcloud.io/#/?vid=13" target="_blank" rel="noopener" title="Vue.js教程-组件注册">观看本节视频讲解</a></div>
1010

1111
## 组件名
1212

src/v2/guide/single-file-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order: 401
66

77
## 介绍
88

9-
<div class="vueschool"><a href="https://vueschool.io/lessons/introduction-to-single-file-components?friend=vuejs" target="_blank" rel="noopener" title="Free Vue.js Single File Components lesson">Watch a free video lesson on Vue School</a></div>
9+
<div class="vueschool" style=""><a href="https://learning.dcloud.io/#/?vid=14" target="_blank" rel="noopener" title="Vue.js教程-单文件组件">观看本节视频讲解</a></div>
1010

1111
在很多 Vue 项目中,我们使用 `Vue.component` 来定义全局组件,紧接着用 `new Vue({ el: '#container '})` 在每个页面内指定一个容器元素。
1212

0 commit comments

Comments
 (0)