From 07783a3286df820094d3ea03a4e52e6883220426 Mon Sep 17 00:00:00 2001 From: "Ryan A. Johnson" Date: Wed, 11 Apr 2018 09:24:26 -0500 Subject: [PATCH] docs(Icons): fix ajax call --- docs/components/icons/icon-demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/icons/icon-demo.js b/docs/components/icons/icon-demo.js index feec7ccad..19f719b70 100644 --- a/docs/components/icons/icon-demo.js +++ b/docs/components/icons/icon-demo.js @@ -4,7 +4,7 @@ if (document.getElementById('vue-iconDemo')) { return $.ajax({ async: false, dataType: 'json', - url: '/data/icons.json', + url: 'data/icons.json', }); }, };//Icons