temp
This commit is contained in:
5
examples/abc/src/apps/get.ts
Normal file
5
examples/abc/src/apps/get.ts
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
export const getTest = () => {
|
||||||
|
return {
|
||||||
|
"a": 1
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,7 +1,9 @@
|
|||||||
---
|
---
|
||||||
|
import {getTest} from '../apps/get.ts';
|
||||||
|
const data = await getTest();
|
||||||
---
|
---
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
hello world
|
hello world
|
||||||
|
{JSON.stringify(data)}
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user