cloak for vuejs
This commit is contained in:
parent
ad982a1ac5
commit
8735a2bbd4
3 changed files with 5 additions and 2 deletions
|
@ -118,7 +118,7 @@ const app = new Vue({
|
|||
},
|
||||
mounted() {
|
||||
//this.step = 2;
|
||||
this.reset();
|
||||
this.reset();
|
||||
},
|
||||
computed: {
|
||||
isInitial() {
|
||||
|
|
|
@ -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">
|
||||
--}}
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue