Giter Site home page Giter Site logo

Comments (5)

meteorlxy avatar meteorlxy commented on May 28, 2024 1

那就是 issue 没创建。

https://vssue.js.org/options/#autocreateissue

你可以让 Vssue 自动创建 autoCreateIssue: true

或者每次手动点创建按钮:

image

from vssue.

meteorlxy avatar meteorlxy commented on May 28, 2024

对应 issue 没有创建,看样子你是用的 jekyll 主题,你要去研究下主题怎么封装的 vssue

from vssue.

meteorlxy avatar meteorlxy commented on May 28, 2024

repo 指的是仓库名不是用户名

repo: 'javakam.github.io'

from vssue.

javakam avatar javakam commented on May 28, 2024

对应这样配置的 , 新建了一个repo 专门接 issue 😂名字和用户名一样...

<!-- vssue start -->
<!-- 🌈https://vssue.js.org/guide/github.html -->
{% if site.vssue_shortname %}
<!-- style sheet of Vssue -->
<link rel="stylesheet" href="https://unpkg.com/vssue/dist/vssue.min.css">
<div id="vssue"></div>

<!-- Introduce Vue first -->
<!-- vue runtime build (runtime only)  -->
<script src="https://unpkg.com/vue/dist/vue.runtime.min.js"></script>
<!-- OR: vue full build (runtime + compiler)  -->
<!-- <script src="https://unpkg.com/vue/dist/vue.min.js"></script> -->

<!-- Introduce Vssue after Vue -->
<!-- Vssue Github build -->
<script src="https://unpkg.com/vssue/dist/vssue.github.min.js"></script>
<!-- OR: Vssue Gitlab build -->
<!-- <script src="https://unpkg.com/vssue/dist/vssue.gitlab.min.js"></script> -->
<!-- OR: Vssue Bitbucket build -->
<!-- <script src="https://unpkg.com/vssue/dist/vssue.bitbucket.min.js"></script> -->
<!-- OR: Vssue Gitee build -->
<!-- <script src="https://unpkg.com/vssue/dist/vssue.gitee.min.js"></script> -->

<!-- Use Vssue as a Vue component -->
<!-- use render function for vue runtime build -->
<script>
  new Vue({
    el: '#vssue',

    render: h => h('Vssue', {
      props: {
        // here set the title of issue of current page
        title: 'Vssue Dev',

        // here set the options for your OAuth App
        options: {
          owner: 'javakam',
          repo: 'javakam',
          clientId: 'Iv1.88884b0c5c3adc63',
          clientSecret: '2940406xxx376373fe6f14bb7caadfd3190184f0', // only required for some of the platforms
        },
      }
    })
  })
</script>
{% endif %}
<!-- vssue end -->

from vssue.

javakam avatar javakam commented on May 28, 2024

多谢...文档读的不仔细 o_O

from vssue.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.