+ {{ JSON.stringify(fakeApiResult, null, 2) }}
+
+
+
+
+
+
diff --git a/src/pages/index-page.vue b/src/pages/index-page.vue
index 12e2519..7c1818a 100644
--- a/src/pages/index-page.vue
+++ b/src/pages/index-page.vue
@@ -25,11 +25,6 @@ const FComponent: FunctionalComponent<{ prop: string }> = (props, context) => (
>
);
-
-/* fetch('https://jsonplaceholder.typicode.com/posts/1')
- .then((response) => response.json())
- .then((json) => console.log(json)); */
-fetch('/npm-registry-api/@vue%2Fbabel-plugin-jsx');