diff --git a/index.html b/index.html index 0411cf2..9f7ed5c 100644 --- a/index.html +++ b/index.html @@ -10,5 +10,6 @@
+ diff --git a/src/components/Main.vue b/src/components/Main.vue index 4e71d73..151d666 100644 --- a/src/components/Main.vue +++ b/src/components/Main.vue @@ -6,6 +6,7 @@ import Carousel from './sections/Carousel.vue' import Video from './sections/Video.vue' import ImageSlider from './sections/ImageSlider.vue' import Echart from './sections/Echart.vue' +import Comment from './sections/Comment.vue' export default { components: { @@ -16,6 +17,7 @@ export default { Video, ImageSlider, Echart, + Comment, } } @@ -28,4 +30,5 @@ export default { + \ No newline at end of file diff --git a/src/components/sections/Comment.vue b/src/components/sections/Comment.vue new file mode 100644 index 0000000..55982e6 --- /dev/null +++ b/src/components/sections/Comment.vue @@ -0,0 +1,22 @@ + + + \ No newline at end of file