blog/layouts/shortcodes/comment.html
2025-02-20 20:21:04 +08:00

10 lines
229 B
HTML

<script src="https://cdn.ember.ac.cn/js/vue@2.6.14.js"/>
<script src="https://cdn.ember.ac.cn/js/blog-comment.min.js"/>
<div id="app">
<comment-section></comment-section>
</div>
<script>
new Vue({
el: '#app'
});
</script>