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 "lists";
@import "pages"; @import "pages";
[v-cloak] {
display: none; opacity: 0;
animation-name: none !important;
}
// Jquery Sortable Styles // Jquery Sortable Styles
.dragged { .dragged {
position: absolute; position: absolute;

View File

@ -1,6 +1,6 @@
<div dir="auto"> <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> <div style="clear:left;"></div>

View File

@ -7,7 +7,7 @@
'errors.image_upload_error', '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> @if($errors->has('html')) class="text-neg" @endif>@if(isset($model) || old('html')){{ old('html') ? old('html') : $model->html }}@endif</textarea>
</div> </div>

View File

@ -7,7 +7,7 @@
@endif @endif
</div> </div>
<div v-pre> <div>
@if($activity->user) @if($activity->user)
<a href="{{ $activity->user->getProfileUrl() }}">{{ $activity->user->name }}</a> <a href="{{ $activity->user->getProfileUrl() }}">{{ $activity->user->name }}</a>
@else @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> <h5>{{ trans('entities.books_navigation') }}</h5>
<ul class="sidebar-page-list mt-xs menu entity-list"> <ul class="sidebar-page-list mt-xs menu entity-list">