diff --git a/src/views/pdf/content.js b/src/views/pdf/content.js index 6d8af175..e62b1a2b 100644 --- a/src/views/pdf/content.js +++ b/src/views/pdf/content.js @@ -14,11 +14,11 @@ const content = `

Last week at

Observation Mechanism

TL;DR: more complete, precise, efficient and debuggable reactivity tracking & API for creating observables.
-

3.0 will ship with a Proxy-based observer implementation that provides reactivity tracking with full language coverage. This eliminates a number of limitations of Vue 2’s current implementation based on

:

+

3.0 will ship with a Proxy-based observer implementation that provides reactivity tracking with full language coverage. This eliminates a number of limitations of Vue 2’s current implementation based onObject.defineProperty:

The new observer also features the following:

Easily understand why a component is re-rendering

@@ -28,7 +28,7 @@ const content = `

Last week at