Remove unused endpoints prop from beforeafter block
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
5889b64c2d
commit
a765b5d235
3 changed files with 3 additions and 4 deletions
|
|
@ -30,8 +30,7 @@
|
|||
import { computed } from "vue";
|
||||
|
||||
const props = defineProps({
|
||||
content: Object,
|
||||
endpoints: Object
|
||||
content: Object
|
||||
});
|
||||
|
||||
const imageBeforeUrl = computed(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue