Skip to content

Commit

Permalink
Deploying to gh-pages from master dcf496a
Browse files Browse the repository at this point in the history
  • Loading branch information
iRuxu committed May 7, 2020
0 parents commit ed2e0a4
Show file tree
Hide file tree
Showing 8 changed files with 2,789 additions and 0 deletions.
1,377 changes: 1,377 additions & 0 deletions comment.common.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions comment.common.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions comment.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1,387 changes: 1,387 additions & 0 deletions comment.umd.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions comment.umd.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions comment.umd.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions comment.umd.min.js.map

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions demo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<meta charset="utf-8">
<title>comment demo</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jx3box/jx3box-common/css/element.css" />
<script src="https://cdn.jsdelivr.net/npm/jquery@3.2.1/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.js"></script>
<script src="https://cdn.jsdelivr.net/npm/element-ui@2.13.0/lib/index.js"></script>
<script src="./comment.umd.js"></script>

<div id="app">
<demo post-id=100></demo>
</div>

<script>
new Vue({
components: {
demo: comment
}
}).$mount('#app')
</script>

0 comments on commit ed2e0a4

Please sign in to comment.