1 line
729 B
JavaScript
1 line
729 B
JavaScript
(window.webpackJsonp=window.webpackJsonp||[]).push([[9],{210:function(e,t,i){"use strict";i.r(t);var s={name:"GithubIssue",props:{id:{required:!0},displayName:{required:!1},user:{default:"noties",required:!1},repo:{default:"Markwon",required:!1}},computed:{githubIssueHref:function(){return"https://github.com/"+this.user+"/"+this.repo+"/issues/"+this.id},linkContent:function(){return this.displayName||"#"+this.id}}},r=i(0),n=Object(r.a)(s,function(){var e=this.$createElement,t=this._self._c||e;return t("a",{attrs:{href:this.githubIssueHref,target:"_blank",rel:"noopener noreferrer"}},[this._v(this._s(this.linkContent)),t("OutboundLink")],1)},[],!1,null,null,null);n.options.__file="GithubIssue.vue";t.default=n.exports}}]); |