near-in-minutes / frontend

NEAR in Minutes is a NEAR-COOP (NEAR Community Owned and Operated Project) that invites you to binge-watch lessons about the NEAR platform in your favorite language.
https://near-in-minutes.com
0 stars 0 forks source link

<Suspense></Suspense> is not necessary #81

Closed amgando closed 3 years ago

amgando commented 3 years ago

The <Suspense> tags wrapping the <router-view> are not necessary in the App.vue file.

https://github.com/near-in-minutes/frontend/blob/ba713190e12be3cf078829e126b1ce699c72a938/src/App.vue#L3-L5

This was added because of the async setup() in SingleAuthorPage.vue https://github.com/near-in-minutes/frontend/blob/d8693caa4d97e7552889113e9f8b6dc390088bc4/src/pages/SingleAuthorPage.vue#L92

which is also not necessary