set cookies in development mode
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<template>
|
||||
<img src="/dev/cookies" style="display: none;" v-if="!isProduction" />
|
||||
<f7-app v-bind="f7params">
|
||||
<f7-view id="main-view" class="safe-areas" main url="/"></f7-view>
|
||||
</f7-app>
|
||||
@@ -13,6 +14,7 @@ export default {
|
||||
const self = this;
|
||||
|
||||
return {
|
||||
isProduction: self.$settings.isProduction(),
|
||||
f7params: {
|
||||
name: 'ezBookkeeping',
|
||||
theme: 'ios',
|
||||
|
||||
Reference in New Issue
Block a user