@vue/compiler-sfc 2.7.12 → 2.7.13

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.
@@ -4945,6 +4945,7 @@ function _traverse(val, seen) {
4945
4945
  let i, keys;
4946
4946
  const isA = isArray(val);
4947
4947
  if ((!isA && !isObject$1(val)) ||
4948
+ val.__v_skip /* ReactiveFlags.SKIP */ ||
4948
4949
  Object.isFrozen(val) ||
4949
4950
  val instanceof VNode) {
4950
4951
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-sfc",
3
- "version": "2.7.12",
3
+ "version": "2.7.13",
4
4
  "description": "compiler-sfc for Vue 2",
5
5
  "main": "dist/compiler-sfc.js",
6
6
  "types": "dist/compiler-sfc.d.ts",