Experimenting using GraphQL in favor of REST.
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
<Header />
|
||||
|
||||
<div class="content">
|
||||
<router-view />
|
||||
<!-- key forces rerender when new and old path use same component -->
|
||||
<router-view :key="$route.fullPath" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user