|
|
@ -30,7 +30,6 @@ |
|
|
|
|
|
|
|
<script lang="ts"> |
|
|
|
import { Component, Vue } from "vue-facing-decorator"; |
|
|
|
import { AxiosInstance } from "axios"; |
|
|
|
|
|
|
|
import QuickNav from "../components/QuickNav.vue"; |
|
|
|
import { NotificationIface, USE_DEXIE_DB } from "../constants/app"; |
|
|
@ -54,7 +53,6 @@ export default class ClaimAddRawView extends Vue { |
|
|
|
$notify!: (notification: NotificationIface, timeout?: number) => void; |
|
|
|
$route!: RouteLocationNormalizedLoaded; |
|
|
|
$router!: Router; |
|
|
|
axios!: AxiosInstance; |
|
|
|
|
|
|
|
accountIdentityStr: string = "null"; |
|
|
|
activeDid = ""; |
|
|
|