forked from trent_larson/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 {
|
||||
apiServer = "";
|
||||
projects: { handleId: string; name: string; description: string }[] = [];
|
||||
projects: {
|
||||
handleId: string;
|
||||
name: string;
|
||||
description: string;
|
||||
rowid: number;
|
||||
}[] = [];
|
||||
current: IIdentifier;
|
||||
|
||||
async dataLoader(url: string, token: string) {
|
||||
|
||||
Reference in New Issue
Block a user