From 5ae7f4f415fba3be590b0fe3c4e8b598aa2fd50d Mon Sep 17 00:00:00 2001 From: Pan Date: Tue, 16 Apr 2019 10:16:54 +0800 Subject: [PATCH] tweak --- src/views/pdf/content.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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