一、两种生命周期

1.使用options Api

和vue2没啥区别,destroy改成unMount
2.使用composition api
比vue2少了两个生命周期,setup函数合并了create 和 created,其他周期加on