File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Vue 2 的长期技术支持 (LTS)、终止支持 (EOL) 及其延长版服务
2
2
3
+ <p class =" info " ><b >希望继续留在 Vue 2?</b >
4
+ 如果你希望在 Vue 2 的终止支持时间 (2023 年 12 月 31 日) 之后仍然使用它,并且需要一个能够满足安全和浏览器兼容性要求的维护版本,请移步至:[ 学习更多关于 HeroDevs 对 Vue 2 的无限期支持] ( https://www.herodevs.com/support/vue ) 。
5
+ </p >
6
+
3
7
## Vue 2 的技术支持会持续多久?
4
8
5
9
Vue 2.7 是当前、同时也是最后一个 Vue 2.x 的次级版本更新。Vue 2.7 会以其发布日期,即 2022 年 7 月 1 日开始计算,提供 18 个月的长期技术支持 (LTS:long-term support)。在此期间,Vue 2 将会提供必要的 bug 修复和安全修复,但不再提供新特性。
Original file line number Diff line number Diff line change 144
144
code
145
145
background-color : #ef ef ef
146
146
p
147
- & .tip , & .success
147
+ & .tip , & .success , & .info
148
148
padding : 12px 24px 12px 30px
149
149
margin : 2em 0
150
150
border-left-width : 4px
175
175
& :before
176
176
content : "!"
177
177
background-color : $red
178
+ & .info
179
+ border-left-color : $green
178
180
& .success
179
181
border-left-color : $green
180
182
& :before
You can’t perform that action at this time.
0 commit comments