瀏覽代碼

fix: for https

pull/1/head
Rohan Verma 7 年之前
父節點
當前提交
3b661c6fa7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/components/ProjectList.vue

+ 1
- 1
src/components/ProjectList.vue 查看文件

}, },
methods: { methods: {
getProjects: function(){ getProjects: function(){
return this.$http.get("http://rohanverma.net/blog/wp-json/wp/v2/posts?categories=21")
return this.$http.get("//rohanverma.net/blog/wp-json/wp/v2/posts?categories=21")
}, },
redirect_url: function(url){ redirect_url: function(url){
window.location.href = url window.location.href = url

Loading…
取消
儲存