Skip to content

Commit fbc4963

Browse files
authored
Merge pull request #195 from rackerlabs/fix-icons-docs
docs(Icons): fix ajax call
2 parents 8d30a5c + 07783a3 commit fbc4963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/icons/icon-demo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ if (document.getElementById('vue-iconDemo')) {
44
return $.ajax({
55
async: false,
66
dataType: 'json',
7-
url: '/data/icons.json',
7+
url: 'data/icons.json',
88
});
99
},
1010
};//Icons

0 commit comments

Comments
 (0)