From bffa2b6027780e23e30970b6d5a89b897ee5e300 Mon Sep 17 00:00:00 2001 From: Den Date: Wed, 25 Dec 2019 10:00:22 +0300 Subject: [PATCH] names --- package.json | 1 + public/index.html | 2 +- src/App.vue | 2 +- src/router/index.js | 3 +- src/store/index.js | 55 +++++++++++++++++--- src/views/Contracts.vue | 4 +- src/views/Documents.vue | 7 ++- src/views/Identities.vue | 105 +++++++++++++++------------------------ src/views/Names.vue | 99 +++++++++++++++++++++++++++++++++++- 9 files changed, 198 insertions(+), 80 deletions(-) diff --git a/package.json b/package.json index fcdb9ac..2cef8ba 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "dash-platform-console", + "description": "Dash Platform Console", "version": "0.1.0", "private": true, "scripts": { diff --git a/public/index.html b/public/index.html index ac78773..0070966 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - Dash platform console + Dash Platform Console diff --git a/src/App.vue b/src/App.vue index 7d773a9..c733f75 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@