|
|
|
@ -10,7 +10,7 @@ export default {
|
|
|
|
|
const categories = ref([""]);
|
|
|
|
|
const date = ref(null);
|
|
|
|
|
|
|
|
|
|
const { padStore, currentPage } = padliographyStore();
|
|
|
|
|
const { padStore, currentPage, baseUrl } = padliographyStore();
|
|
|
|
|
|
|
|
|
|
const sent = ref(false);
|
|
|
|
|
const disabled = computed(() => {
|
|
|
|
|