@vue/compiler-sfc 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.
|
@@ -33756,7 +33756,6 @@ function buildSSRProps(props, directives, context) {
|
|
|
33756
33756
|
}
|
|
33757
33757
|
if (directives.length) {
|
|
33758
33758
|
for (const dir of directives) {
|
|
33759
|
-
context.directives.add(dir.name);
|
|
33760
33759
|
mergePropsArgs.push(createCallExpression(context.helper(SSR_GET_DIRECTIVE_PROPS), [
|
|
33761
33760
|
`_ctx`,
|
|
33762
33761
|
...buildDirectiveArgs(dir, context).elements
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/compiler-sfc",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.31",
|
|
4
4
|
"description": "@vue/compiler-sfc",
|
|
5
5
|
"main": "dist/compiler-sfc.cjs.js",
|
|
6
6
|
"module": "dist/compiler-sfc.esm-browser.js",
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@babel/parser": "^7.16.4",
|
|
36
|
-
"@vue/compiler-core": "3.2.
|
|
37
|
-
"@vue/compiler-dom": "3.2.
|
|
38
|
-
"@vue/compiler-ssr": "3.2.
|
|
39
|
-
"@vue/reactivity-transform": "3.2.
|
|
40
|
-
"@vue/shared": "3.2.
|
|
36
|
+
"@vue/compiler-core": "3.2.31",
|
|
37
|
+
"@vue/compiler-dom": "3.2.31",
|
|
38
|
+
"@vue/compiler-ssr": "3.2.31",
|
|
39
|
+
"@vue/reactivity-transform": "3.2.31",
|
|
40
|
+
"@vue/shared": "3.2.31",
|
|
41
41
|
"estree-walker": "^2.0.2",
|
|
42
42
|
"magic-string": "^0.25.7",
|
|
43
43
|
"source-map": "^0.6.1",
|