Browse Source

/app eingeführt

pull/1/head
Georg Spar 1 year ago
parent
commit
920071f17c
  1. 2
      components/Bought.vue
  2. 2
      components/Itembdetail.vue

2
components/Bought.vue

@ -81,7 +81,7 @@
<script setup lang="ts">
import { ref } from "vue";
const pfad = '/photos';
const pfad = '/app/photos';
import { useToast } from 'primevue/usetoast';
import { stringify } from "querystring";

2
components/Itembdetail.vue

@ -123,7 +123,7 @@ import Upditemb from "./upditemb.vue";
const dialog = useDialog();
const responsiveOptions = ref();
const pfad = '/photos';
const pfad = '/app/photos';
const route = useRoute();
const qid = route.query.id;
const toast = useToast();

Loading…
Cancel
Save