From ef2da499e59dbd3c258bf30626ac7dbebf5416d6 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Mon, 3 Feb 2020 10:16:21 +0800 Subject: [PATCH] tweak Suspense fallback --- resources/assets/src/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/resources/assets/src/index.tsx b/resources/assets/src/index.tsx index 75529c1f..421ae0d5 100644 --- a/resources/assets/src/index.tsx +++ b/resources/assets/src/index.tsx @@ -3,7 +3,6 @@ import * as React from 'react' import ReactDOM from 'react-dom' import './scripts/app' import routes from './scripts/route' -import Loading from './components/Loading' Vue.config.productionTip = false @@ -23,7 +22,7 @@ function loadModules() { route.react as (() => Promise<{ default: React.ComponentType }>) ) const Root = () => ( - }> + )