Jelajahi Sumber

chore: fix missing parenthesis (#11271) [ci skip]

PhantomPower82 1 tahun lalu
induk
melakukan
b3c5f0be9c
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      packages/vue/README.md

+ 1 - 1
packages/vue/README.md

@@ -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