CarvueJS / carbon-components-vue

⛰️Carvue.js -- Carbon design for VueJS
https://carvuejs.github.io/
MIT License
106 stars 12 forks source link

An issue about Accordion--The title and content are not shown #2

Open whwangp opened 6 years ago

whwangp commented 6 years ago

When I copy the code for Accordion to my vue project, the title and content can't be shown as below:

default

The source code is as following:

default

The source code of main.js is as following. I have used other carvue components in this project and they are running normally. So I think it is related with this component:

default
nicholaslee119 commented 6 years ago

Thanks for using our library! I am trying to reproduce your case. Could you please give me more info about your case? For example, Is there any error on your console panel? What is the browser which you are using?

whwangp commented 6 years ago

@nicholaslee119 Thanks for your replying. I'm using Firefox and there are no error in the console. I just copy the following code to the test.vue. And there is no javascript in the file test.vue. Do I need to import any components to test.vue?

default