Remove unused endpoints prop from beforeafter block

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-09 17:44:21 +01:00
parent 5889b64c2d
commit a765b5d235
3 changed files with 3 additions and 4 deletions

View file

@ -30,8 +30,7 @@
import { computed } from "vue";
const props = defineProps({
content: Object,
endpoints: Object
content: Object
});
const imageBeforeUrl = computed(() => {