We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a5df20 commit 63c60d3Copy full SHA for 63c60d3
README.md
@@ -355,7 +355,7 @@ Standard Vue can be used with or without a build step. When using a build setup
355
When using standard Vue without a build step and mounting to in-DOM templates, it is much less optimal because:
356
357
- We have to ship the Vue template compiler to the browser (13kb extra size)
358
-- The compiler will have to retrive the template string from already instantiated DOM
+- The compiler will have to retrieve the template string from already instantiated DOM
359
- The compiler then compiles the string into a JavaScript render function
360
- Vue then replaces existing DOM templates with new DOM generated from the render funciton.
361
0 commit comments