WIP
This commit is contained in:
parent
31e45d7194
commit
deee73612d
@ -12,16 +12,16 @@
|
|||||||
<template #end>
|
<template #end>
|
||||||
<b-navbar-item tag="div">
|
<b-navbar-item tag="div">
|
||||||
<div class="buttons">
|
<div class="buttons">
|
||||||
<a class="button is-light" v-on:click="$emit('save')">
|
<a class="button is-light" v-on:click="$emit('save')" icon-pack="fas" icon-left="save">
|
||||||
Uložit
|
Uložit
|
||||||
</a>
|
</a>
|
||||||
<a class="button is-light" v-on:click="$emit('restore')">
|
<a class="button is-light" v-on:click="$emit('restore')" icon-pack="fas" icon-left="github-circle">
|
||||||
Načíst
|
Načíst
|
||||||
</a>
|
</a>
|
||||||
<a class="button is-light" v-on:click="$emit('share')">
|
<a class="button is-light" v-on:click="$emit('share')" icon-pack="fas" icon-left="github-circle">
|
||||||
Sdílet
|
Sdílet
|
||||||
</a>
|
</a>
|
||||||
<a class="button is-success" v-on:click="$emit('export')">
|
<a class="button is-success" v-on:click="$emit('export')" icon-pack="fas" icon-left="github-circle">
|
||||||
<strong>Exportovat PDF</strong>
|
<strong>Exportovat PDF</strong>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
@ -48,7 +48,7 @@
|
|||||||
{{ zaloba.title }}
|
{{ zaloba.title }}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<Hlava v-for="(hlava,index) in zaloba.hlavy" :key="hlava.nazev" v-bind:index="index" v-bind:title.sync="hlava.nazev" v-bind:text.sync="hlava.text" v-on:deletehlava="deleteHlava" />
|
<Hlava v-for="(hlava,index) in zaloba.hlavy" :key="index" v-bind:index="index" v-bind:title.sync="hlava.nazev" v-bind:text.sync="hlava.text" v-on:deletehlava="deleteHlava" />
|
||||||
</div>
|
</div>
|
||||||
<b-button type="is-light" class="mt-3" v-on:click="addHlava" expanded>+</b-button>
|
<b-button type="is-light" class="mt-3" v-on:click="addHlava" expanded>+</b-button>
|
||||||
<div class="columns mb-3">
|
<div class="columns mb-3">
|
||||||
@ -58,7 +58,7 @@
|
|||||||
<div class="soud has-text-weight-bold">
|
<div class="soud has-text-weight-bold">
|
||||||
<hr style="border-color: black;background-color: black"><br>
|
<hr style="border-color: black;background-color: black"><br>
|
||||||
{{ zaloba.zalobci[0].jmeno }} {{ zaloba.zalobci[0].prijmeni }}<br>
|
{{ zaloba.zalobci[0].jmeno }} {{ zaloba.zalobci[0].prijmeni }}<br>
|
||||||
{{ zaloba.zalobci[0].sidlo.mesto }} dne {{ zaloba.datum }}
|
{{ zaloba.zalobci[0].sidlo.mesto }}, dne {{ zaloba.datum }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
12
form/res-judicata/vue.config.js
Normal file
12
form/res-judicata/vue.config.js
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
module.exports = {
|
||||||
|
css: {
|
||||||
|
loaderOptions: {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
devServer: {
|
||||||
|
disableHostCheck: true
|
||||||
|
},
|
||||||
|
configureWebpack: {
|
||||||
|
devtool: 'source-map'
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user