Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

RouterApp showing as fragmented in Vue Devtools #8

Closed
artokun opened this issue Jul 2, 2016 · 0 comments
Closed

RouterApp showing as fragmented in Vue Devtools #8

artokun opened this issue Jul 2, 2016 · 0 comments

Comments

@artokun
Copy link

artokun commented Jul 2, 2016

Just a quick wrap with divs fixes this error:

In App.vue file - app/src/App.vue

<template>
    <router-view></router-view>
</template>

to

<template>
  <div>
    <router-view></router-view>
  </div>
</template>
SimulatedGREG pushed a commit that referenced this issue Aug 8, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant