Skip to content

Commit

Permalink
fix page flickering issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saleem-hadad committed Feb 7, 2019
1 parent 096a603 commit 3dde9d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/default.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
@endif
</head>
<body>
<div id="app">
<div id="app" v-cloak>
@include('larecipe::partials.nav')

@include('larecipe::partials.plugins.search')
Expand Down
3 changes: 3 additions & 0 deletions resources/views/partials/style.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@
::selection {
background: {{ config('larecipe.ui.colors.selection') }};
}
[v-cloak] {
display: none;
}
</style>

0 comments on commit 3dde9d8

Please sign in to comment.