From 0b7214030beb64b54da8bda3df91f6fad6300027 Mon Sep 17 00:00:00 2001 From: Angelina Filippova Date: Mon, 6 May 2019 00:51:52 +0300 Subject: [PATCH] Add total user count --- package.json | 1 + src/views/users/index.vue | 13 ++++++++++++- yarn.lock | 5 +++++ 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 097c291f..13834d5a 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,7 @@ "mockjs": "1.0.1-beta3", "normalize.css": "7.0.0", "nprogress": "0.2.0", + "numeral": "^2.0.6", "screenfull": "4.0.0", "showdown": "1.8.6", "sortablejs": "1.7.0", diff --git a/src/views/users/index.vue b/src/views/users/index.vue index 182e8bb0..370a8491 100644 --- a/src/views/users/index.vue +++ b/src/views/users/index.vue @@ -1,6 +1,9 @@