diff --git a/examples/components/demo-block.vue b/examples/components/demo-block.vue index 1f4564b8d..bea8ba3f6 100644 --- a/examples/components/demo-block.vue +++ b/examples/components/demo-block.vue @@ -190,7 +190,7 @@ const node = document.createElement('textarea'); form.method = 'post'; - form.action = 'http://jsfiddle.net/api/post/library/pure/'; + form.action = 'https://jsfiddle.net/api/post/library/pure/'; form.target = '_blank'; for (let name in data) { @@ -255,4 +255,4 @@ }); } }; - \ No newline at end of file +