temp
This commit is contained in:
parent
ad5d79e983
commit
b4ec7be17a
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>
|
||||
hello world
|
||||
{JSON.stringify(data)}
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user