From e5ae4706026e5f585b2a65b5a583161896bd4d5f Mon Sep 17 00:00:00 2001 From: suxiaoxin Date: Tue, 12 Sep 2017 16:53:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0plugins=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/yapi-plugin-demo/client.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/yapi-plugin-demo/client.js diff --git a/plugins/yapi-plugin-demo/client.js b/plugins/yapi-plugin-demo/client.js new file mode 100644 index 00000000..0188be40 --- /dev/null +++ b/plugins/yapi-plugin-demo/client.js @@ -0,0 +1,3 @@ +module.exports = function(){ + +} \ No newline at end of file