forked from jsnbuchanan/crowd-funder-for-time-pwa
Do a merge
This commit is contained in:
@@ -124,7 +124,12 @@ interface ProjectData {
|
|||||||
})
|
})
|
||||||
export default class ProjectsView extends Vue {
|
export default class ProjectsView extends Vue {
|
||||||
apiServer = "";
|
apiServer = "";
|
||||||
projects: { handleId: string; name: string; description: string }[] = [];
|
projects: {
|
||||||
|
handleId: string;
|
||||||
|
name: string;
|
||||||
|
description: string;
|
||||||
|
rowid: number;
|
||||||
|
}[] = [];
|
||||||
current: IIdentifier;
|
current: IIdentifier;
|
||||||
|
|
||||||
async dataLoader(url: string, token: string) {
|
async dataLoader(url: string, token: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user