first commit
This commit is contained in:
+36
@@ -0,0 +1,36 @@
|
||||
//#region lib/utils/vue-reserved.json
|
||||
var require_vue_reserved = /* @__PURE__ */ require("../_virtual/_rolldown/runtime.js").__commonJSMin(((exports, module) => {
|
||||
module.exports = [
|
||||
"$data",
|
||||
"$props",
|
||||
"$el",
|
||||
"$options",
|
||||
"$parent",
|
||||
"$root",
|
||||
"$children",
|
||||
"$slots",
|
||||
"$scopedSlots",
|
||||
"$refs",
|
||||
"$isServer",
|
||||
"$attrs",
|
||||
"$listeners",
|
||||
"$watch",
|
||||
"$set",
|
||||
"$delete",
|
||||
"$on",
|
||||
"$once",
|
||||
"$off",
|
||||
"$emit",
|
||||
"$mount",
|
||||
"$forceUpdate",
|
||||
"$nextTick",
|
||||
"$destroy"
|
||||
];
|
||||
}));
|
||||
//#endregion
|
||||
Object.defineProperty(exports, "default", {
|
||||
enumerable: true,
|
||||
get: function() {
|
||||
return require_vue_reserved();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user