diff --git a/content/10.extensions/4.app-extensions/2.interfaces.md b/content/10.extensions/4.app-extensions/2.interfaces.md index 03e1b9f1..6573d581 100644 --- a/content/10.extensions/4.app-extensions/2.interfaces.md +++ b/content/10.extensions/4.app-extensions/2.interfaces.md @@ -18,7 +18,7 @@ The `index.js` or `index.ts` file exports an object that is read by Directus. It ### Entrypoint Example -```jsx +```vue import InterfaceComponent from './interface.vue'; export default { @@ -71,7 +71,7 @@ The interface component is a Vue component that will be rendered in the Data Stu This example assumes there is an item in the entrypoint’s `options` array with a `field` value of `url`. -```jsx +```vue