Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use the component Collapse? #108

Open
xaero7 opened this issue Mar 31, 2020 · 0 comments
Open

How to use the component Collapse? #108

xaero7 opened this issue Mar 31, 2020 · 0 comments

Comments

@xaero7
Copy link

xaero7 commented Mar 31, 2020

@cristijora cristijora
How to use the component Collapse? Is there any example with dynamic items (the doc shows some example with fixed contents)?

for example , if the info.title contains some HTML tags, it can't render the tags but just display the tags. How to enable the HTML tags in the collapse TITLE?

<collapse>
	<collapse-item v-for="(info, index) in infoList" :title="info.title" :name="index">
	  <div>
		{{ info.filename }}
	  </div>
	</collapse-item>
</collapse>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant