Removed a few remaining vue references

This commit is contained in:
Dan Brown 2020-07-26 14:49:05 +01:00
parent a46b248cf4
commit f5fefbdb06
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
5 changed files with 7 additions and 9 deletions

View File

@ -18,11 +18,6 @@
@import "lists";
@import "pages";
[v-cloak] {
display: none; opacity: 0;
animation-name: none !important;
}
// Jquery Sortable Styles
.dragged {
position: absolute;

View File

@ -1,6 +1,6 @@
<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>

View File

@ -7,7 +7,7 @@
'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>

View File

@ -7,7 +7,7 @@
@endif
</div>
<div v-pre>
<div>
@if($activity->user)
<a href="{{ $activity->user->getProfileUrl() }}">{{ $activity->user->name }}</a>
@else

View File

@ -1,4 +1,7 @@
<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">