Skip to content

Commit

Permalink
remove keep-alive
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jun 28, 2016
1 parent 2d43974 commit 2e3cc70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions shells/chrome/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
var path = require('path')
var webpack = require('webpack')

module.exports = {
Expand Down
2 changes: 1 addition & 1 deletion src/devtools/components/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<span>Components</span>
</a>
</div>
<component :is="tab" class="container" keep-alive></component>
<component :is="tab" class="container"></component>
</div>
</template>

Expand Down

0 comments on commit 2e3cc70

Please sign in to comment.