Fix bugs and such
parent
af8ea27dee
commit
a70c3b4106
|
@ -26,7 +26,7 @@
|
|||
:placeholder="input.placeholder">
|
||||
<div>
|
||||
<input type="submit" class="ok" :value="prompt.ok">
|
||||
<button class="cancel" @click="$store.commit('closeHovers')">Cancel</button>
|
||||
<button class="cancel" @click.prevent="$store.commit('closeHovers')">Cancel</button>
|
||||
</div>
|
||||
</form>
|
||||
</template>
|
||||
|
|
|
@ -72,6 +72,7 @@
|
|||
|
||||
#listing.mosaic {
|
||||
padding-top: 1em;
|
||||
margin: 0 -0.5em;
|
||||
}
|
||||
|
||||
#listing.mosaic .item {
|
||||
|
|
2
build.sh
2
build.sh
|
@ -2,3 +2,5 @@
|
|||
rm -rf assets/dist
|
||||
npm run build
|
||||
rice embed-go
|
||||
cd ./caddy/hugo
|
||||
rice embed-go
|
||||
|
|
|
@ -143,14 +143,14 @@
|
|||
},
|
||||
icon: 'merge_type',
|
||||
name: 'Hugo new'
|
||||
},
|
||||
}/*,
|
||||
{
|
||||
click: function (event, data, route) {
|
||||
console.log('evt')
|
||||
},
|
||||
icon: 'remove_red_eye',
|
||||
name: 'Preview'
|
||||
}
|
||||
}*/
|
||||
],
|
||||
prompts: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue