Skip to content
This repository was archived by the owner on Feb 12, 2020. It is now read-only.

Commit 0d2a60f

Browse files
committed
copy changes
1 parent 31772ce commit 0d2a60f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ So why the fork?
88

99
Because the original [blob-select](https://github.com/Blobfolio/blob-select) is dependency-free, it contains a lot of code that is redundant when a framework like Vue is also present. Cutting those bits out reduces the size of the Javascript by over 50%.
1010

11-
Hooking into the complex DOM capabilities of Vue also provide some runtime performance gains, particularly as applied to change detection and repainting.
11+
Leveraging Vue's advanced DOM and caching features lead to some runtime performance wins, particularly with change detection and repainting operations. Aside from faster performance, the overall memory footprint is also slightly reduced.
12+
13+
That said, because Vue components require special markup (a `<blob-select />` tag in this case), you need to be able to control the document's `<form>` markup. If you're trying to style ugly third-party content — from Pardot, Wufoo, etc. — the original [blob-select](https://github.com/Blobfolio/blob-select) is a better choice since it works with true `<select>` elements.
1214

1315

1416

0 commit comments

Comments
 (0)