Add API page and related routes
All checks were successful
CI / build-and-deploy (push) Successful in 5m58s
All checks were successful
CI / build-and-deploy (push) Successful in 5m58s
This commit is contained in:
@ -25,11 +25,6 @@ const FComponent: FunctionalComponent<{ prop: string }> = (props, context) => (
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
|
||||
/* fetch('https://jsonplaceholder.typicode.com/posts/1')
|
||||
.then((response) => response.json())
|
||||
.then((json) => console.log(json)); */
|
||||
fetch('/npm-registry-api/@vue%2Fbabel-plugin-jsx');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@ -39,6 +34,7 @@ fetch('/npm-registry-api/@vue%2Fbabel-plugin-jsx');
|
||||
<li><router-link :to="{ name: 'TsEnumUtil' }">TS Enum Util</router-link></li>
|
||||
<li><router-link :to="{ name: 'SomePage' }">Some Page</router-link></li>
|
||||
<li><router-link :to="{ name: '中文页面' }">中文-页面.page.vue</router-link></li>
|
||||
<li><router-link :to="{ name: 'Api' }">Api</router-link></li>
|
||||
</ul>
|
||||
<FComponent prop="Hello World" />
|
||||
<div text-orange></div>
|
||||
|
Reference in New Issue
Block a user