first commit
This commit is contained in:
5
app_vue/node_modules/@babel/runtime/helpers/inheritsLoose.js
generated
vendored
Normal file
5
app_vue/node_modules/@babel/runtime/helpers/inheritsLoose.js
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
var setPrototypeOf = require("./setPrototypeOf.js");
|
||||
function _inheritsLoose(t, o) {
|
||||
t.prototype = Object.create(o.prototype), t.prototype.constructor = t, setPrototypeOf(t, o);
|
||||
}
|
||||
module.exports = _inheritsLoose, module.exports.__esModule = true, module.exports["default"] = module.exports;
|
Reference in New Issue
Block a user