Replies: 1 comment
-
Workaround: wrapping the logic in a dedicaced vue component. // wrappedTable.vue
<script setup>
...
</script>
<template>
<tableComponent ... />
</template> ---
title: Article
---
## Fançy table
:wrappedTable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Currently the doc states you can use string props but no words for other primaries or arrays or objects.
Is it or will it be possible to use it ?
I am working on porting vue articles to md content articles and some components uses non-string elements. If not possible I will manage it in some other ways but any clarification with it is welcome.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions