diff --git a/components/ModPage.vue b/components/ModPage.vue index b0cb641a..d8e81117 100644 --- a/components/ModPage.vue +++ b/components/ModPage.vue @@ -130,7 +130,9 @@ - + + + diff --git a/pages/dashboard/projects.vue b/pages/dashboard/projects.vue index 5a379957..4ac4ebcb 100644 --- a/pages/dashboard/projects.vue +++ b/pages/dashboard/projects.vue @@ -54,7 +54,9 @@ - + + + diff --git a/pages/mods.vue b/pages/mods.vue index 102e7070..0e1c2c43 100644 --- a/pages/mods.vue +++ b/pages/mods.vue @@ -54,7 +54,9 @@ >
- + + +

Versions

+ 0) { + this.showVersions.push('snapshots') + + url = 'https://api.modrinth.com/api/v1/tag/game_version' + } else { + this.showVersions = [] + } + } + + const res = await axios.get(url) this.versions = res.data } catch (err) { diff --git a/pages/user/_id.vue b/pages/user/_id.vue index 1326959c..96f6b691 100644 --- a/pages/user/_id.vue +++ b/pages/user/_id.vue @@ -11,7 +11,9 @@

Developer

- + + +