From fd15c0a3136a7d86affc591b43f6a2e2b2aaac29 Mon Sep 17 00:00:00 2001 From: imran Date: Sat, 20 Mar 2021 16:44:12 +0500 Subject: [PATCH 1/2] syntax --- huiyan/js/app.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/huiyan/js/app.js b/huiyan/js/app.js index ab5fe96..c15df4e 100644 --- a/huiyan/js/app.js +++ b/huiyan/js/app.js @@ -14,7 +14,13 @@ $(function(){ "pagedim-black" ], navbar:{ - title: "慧眼人才" + _title: "慧眼人才", + get title() { + return this._title; + }, + set title(value) { + this._title = value; + }, } }); var API = $(".m-menu").data( "mmenu" ); From c214921aa103f1d3be8692d50d1958189292f6f3 Mon Sep 17 00:00:00 2001 From: Muhammad imran <68772252+imranhadi01@users.noreply.github.com> Date: Mon, 19 Apr 2021 13:44:11 +0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a63fa0..ca84d1f 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ These demos contain 8 projects, most of them are corp websites, which now are be **More information** -I'm sorry, the doc's on the run, but will be updated as soon as possible. +I'm sorry, the docs on the run, but will be updated as soon as possible.