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>
|
||||
hello world
|
||||
{JSON.stringify(data)}
|
||||
</div>
|
||||
Reference in New Issue
Block a user