cloak for vuejs
This commit is contained in:
parent
ad982a1ac5
commit
8735a2bbd4
3
public/backend/style.css
vendored
3
public/backend/style.css
vendored
|
@ -936,6 +936,7 @@ textarea.large, input.large {
|
||||||
/* float: right; */
|
/* float: right; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.pure-table tr.inprogress {
|
.pure-table tr.inprogress {
|
||||||
padding: 0.8em;
|
padding: 0.8em;
|
||||||
background-color: paleturquoise;
|
background-color: paleturquoise;
|
||||||
|
@ -957,6 +958,8 @@ textarea.large, input.large {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[v-cloak] > * { display:none; }
|
||||||
|
[v-cloak]::before { content: "loading..."; }
|
||||||
|
|
||||||
.help {
|
.help {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -118,7 +118,7 @@ const app = new Vue({
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
//this.step = 2;
|
//this.step = 2;
|
||||||
this.reset();
|
this.reset();
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
isInitial() {
|
isInitial() {
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
</h3>
|
</h3>
|
||||||
</div>
|
</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">
|
<form action={{ route( 'publish.dataset.store1') }} method="post" class="pure-form" enctype="multipart/form-data">
|
||||||
--}}
|
--}}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user