Browse Source

Updated files

master
adiao 3 years ago
parent
commit
633f94c67e
  1. 2
      vue生命周期笔记.md

2
vue生命周期笔记.md

@ -64,7 +64,6 @@ vue初始化做了什么? @@ -64,7 +64,6 @@ vue初始化做了什么?
--> 销毁完毕,调用destroyed:销毁之后,所有的事件监听器会被移除,所有的子实例也都会被销毁
子组件的生命周期
<!DOCTYPE html>
<html lang="en">
@ -222,6 +221,7 @@ v-show初始值为false,在父组件的(mounted)生命周期将变为true时, @@ -222,6 +221,7 @@ v-show初始值为false,在父组件的(mounted)生命周期将变为true时,
复制代码
孙组件的生命周期
```html
<!DOCTYPE html>
<html lang="en">

Loading…
Cancel
Save