feat: init
This commit is contained in:
11
node_modules/unplugin-vue-router/dist/data-loaders/createDataLoader-CBwrbo71.cjs
generated
vendored
Normal file
11
node_modules/unplugin-vue-router/dist/data-loaders/createDataLoader-CBwrbo71.cjs
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
//#region src/data-loaders/createDataLoader.ts
|
||||
const toLazyValue = (lazy, to, from) => typeof lazy === "function" ? lazy(to, from) : lazy;
|
||||
|
||||
//#endregion
|
||||
Object.defineProperty(exports, 'toLazyValue', {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return toLazyValue;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user