@vue/compiler-ssr 3.3.8 → 3.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1340,7 +1340,7 @@ function compile(template, options = {}) {
1340
1340
  // reusing core v-bind
1341
1341
  bind: compilerDom.transformBind,
1342
1342
  on: compilerDom.transformOn,
1343
- // model and show has dedicated SSR handling
1343
+ // model and show have dedicated SSR handling
1344
1344
  model: ssrTransformModel,
1345
1345
  show: ssrTransformShow,
1346
1346
  // the following are ignored during SSR
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-ssr",
3
- "version": "3.3.8",
3
+ "version": "3.3.9",
4
4
  "description": "@vue/compiler-ssr",
5
5
  "main": "dist/compiler-ssr.cjs.js",
6
6
  "types": "dist/compiler-ssr.d.ts",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-ssr#readme",
30
30
  "dependencies": {
31
- "@vue/shared": "3.3.8",
32
- "@vue/compiler-dom": "3.3.8"
31
+ "@vue/shared": "3.3.9",
32
+ "@vue/compiler-dom": "3.3.9"
33
33
  }
34
34
  }