first commit
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
||||
const require_runtime = require('../_virtual/_rolldown/runtime.js');
|
||||
let _vue_shared = require("@vue/shared");
|
||||
|
||||
Object.defineProperty(exports, 'NOOP', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return _vue_shared.NOOP;
|
||||
}
|
||||
});
|
||||
Object.defineProperty(exports, 'toRawType', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return _vue_shared.toRawType;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user