bump to v 0.1.5 and other misc tweaks

This commit is contained in:
2023-12-09 20:36:51 -07:00
parent 2c300614ef
commit 9c36bb509a
8 changed files with 34 additions and 12 deletions

View File

@@ -39,7 +39,6 @@ const routes: Array<RouteRecordRaw> = [
name: "account",
component: () =>
import(/* webpackChunkName: "account" */ "../views/AccountViewView.vue"),
beforeEnter: enterOrStart,
},
{
path: "/claim/:id?",