Haixing-Hu / vue-select

A Vue.js component implementing the select control with the jQuery select2 plugin.
http://haixing-hu.github.io/vue-select/
MIT License
133 stars 30 forks source link

Use secure resources #1

Closed EHLOVader closed 8 years ago

EHLOVader commented 9 years ago

Your demo is broken on https because you have http:// resources.

You could use protocol relative urls, ( // only ) but why not just favor https, it doesn't harm anything.