@import "lists";
@import "pages";
-[v-cloak] {
- display: none; opacity: 0;
- animation-name: none !important;
-}
-
// Jquery Sortable Styles
.dragged {
position: absolute;
<div dir="auto">
- <h1 class="break-text" v-pre id="bkmrk-page-title">{{$page->name}}</h1>
+ <h1 class="break-text" id="bkmrk-page-title">{{$page->name}}</h1>
<div style="clear:left;"></div>
'errors.image_upload_error',
])
- <textarea id="html-editor" name="html" rows="5" v-pre
+ <textarea id="html-editor" name="html" rows="5"
@if($errors->has('html')) class="text-neg" @endif>@if(isset($model) || old('html')){{ old('html') ? old('html') : $model->html }}@endif</textarea>
</div>
@endif
</div>
-<div v-pre>
+<div>
@if($activity->user)
<a href="{{ $activity->user->getProfileUrl() }}">{{ $activity->user->name }}</a>
@else
-<nav id="book-tree" class="book-tree mb-xl" v-pre aria-label="{{ trans('entities.books_navigation') }}">
+<nav id="book-tree"
+ class="book-tree mb-xl"
+ aria-label="{{ trans('entities.books_navigation') }}">
+
<h5>{{ trans('entities.books_navigation') }}</h5>
<ul class="sidebar-page-list mt-xs menu entity-list">