芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/public_html/node_modules/laravel-vite-plugin/inertia-helpers/index.js
export async function resolvePageComponent(path, pages) { const page = pages[path]; if (typeof page === 'undefined') { throw new Error(`Page not found: ${path}`); } return typeof page === 'function' ? page() : page; }