cloak for vuejs

This commit is contained in:
Arno Kaimbacher 2019-04-15 18:45:50 +02:00
parent ad982a1ac5
commit 8735a2bbd4
3 changed files with 5 additions and 2 deletions

View File

@ -936,6 +936,7 @@ textarea.large, input.large {
/* float: right; */
}
.pure-table tr.inprogress {
padding: 0.8em;
background-color: paleturquoise;
@ -957,6 +958,8 @@ textarea.large, input.large {
}
[v-cloak] > * { display:none; }
[v-cloak]::before { content: "loading..."; }
.help {
display: block;

View File

@ -9,7 +9,7 @@
</h3>
</div>
<div id="app" class="box-content">
<div id="app" class="box-content" v-cloak>
{{--
<form action={{ route( 'publish.dataset.store1') }} method="post" class="pure-form" enctype="multipart/form-data">
--}}