10 lines
229 B
HTML
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> |