From 856ecd18b0cd153710642a71de0980f22e717bb3 Mon Sep 17 00:00:00 2001 From: suxiaoxin Date: Tue, 12 Sep 2017 16:48:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=A2=9E=E5=8A=A0plugins=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= 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