15 | 👋 Welcome to your new website! To customize the code
16 | and content of this site, see the documentation. Remove this bar in layouts/default.vue
.
24 |
${children}
`, 6 | oList: ({ children }) => 7 | /* html */ `${children}
`,
16 | strong: ({ children }) =>
17 | /* html */ `${children}`,
18 | hyperlink: ({ children, node }) =>
19 | /* html */`${children}`
20 | }
21 |
22 | export default serializer;
--------------------------------------------------------------------------------
/app/slices/Hero/index.vue:
--------------------------------------------------------------------------------
1 |
20 |
21 |
22 |