@vue/compiler-ssr 3.2.30 → 3.2.31

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.
@@ -470,7 +470,6 @@ function buildSSRProps(props, directives, context) {
470
470
  }
471
471
  if (directives.length) {
472
472
  for (const dir of directives) {
473
- context.directives.add(dir.name);
474
473
  mergePropsArgs.push(compilerDom.createCallExpression(context.helper(SSR_GET_DIRECTIVE_PROPS), [
475
474
  `_ctx`,
476
475
  ...compilerDom.buildDirectiveArgs(dir, context).elements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-ssr",
3
- "version": "3.2.30",
3
+ "version": "3.2.31",
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.2.30",
32
- "@vue/compiler-dom": "3.2.30"
31
+ "@vue/shared": "3.2.31",
32
+ "@vue/compiler-dom": "3.2.31"
33
33
  }
34
34
  }