Skip to content
This repository was archived by the owner on Aug 18, 2023. It is now read-only.

Commit 68b521c

Browse files
committed
readme
1 parent 7333c0d commit 68b521c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ import CustomComponent from 'CustomComponent.vue';
3838
export default {
3939
components: { SanityBlocks },
4040
setup() {
41-
const blocks: [...]; // Sanity block text
42-
const serializers: {
41+
const blocks = [...]; // Sanity block text
42+
const serializers = {
4343
types: {
4444
custom: CustomComponent,
4545
},

0 commit comments

Comments
 (0)