vue-component-type-helpers
Advanced tools
Comparing version 2.0.21 to 2.0.22
{ | ||
"name": "vue-component-type-helpers", | ||
"version": "2.0.21", | ||
"version": "2.0.22", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "files": [ | ||
}, | ||
"gitHead": "a5af80e3939a39694abd9dd09a5496bc5fbf6e06" | ||
"gitHead": "884c8a553d4fd240167fcb97c6a738564f9d697a" | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.code = void 0; | ||
var index_1 = require("./index"); | ||
const index_2 = require("./index"); | ||
exports.code = index_2.code.replace('$slots', '$scopedSlots'); | ||
const index_1 = require("./index"); | ||
exports.code = index_1.code.replace('$slots', '$scopedSlots'); | ||
exports.default = exports.code; | ||
//# sourceMappingURL=vue2.js.map |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4693
59