]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: fix missing parenthesis (#11271) [ci skip]
authorPhantomPower82 <121725112+PhantomPower82@users.noreply.github.com>
Mon, 8 Jul 2024 10:02:10 +0000 (18:02 +0800)
committerGitHub <noreply@github.com>
Mon, 8 Jul 2024 10:02:10 +0000 (18:02 +0800)
packages/vue/README.md

index 2aca524e03d360b33101e1880f2c96f91efb0dcf..ae9eb402a51249a7a6b5ecc19dc66d1d16333001 100644 (file)
@@ -14,7 +14,7 @@
   - Contains hard-coded prod/dev branches, and the prod build is pre-minified. Use the `*.prod.js` files for production.
 
 - **`vue(.runtime).esm-browser(.prod).js`**:
-  - For usage via native ES modules imports (in browser via `<script type="module">`.
+  - For usage via native ES modules imports (in browser via `<script type="module">`).
   - Shares the same runtime compilation, dependency inlining and hard-coded prod/dev behavior with the global build.
 
 ### With a Bundler