Commit 6c19af96 authored by Tình Trương's avatar Tình Trương

Update index.vue

parent 2ff46e31
...@@ -41,6 +41,18 @@ ...@@ -41,6 +41,18 @@
></q-img> ></q-img>
</q-td> </q-td>
</template> </template>
<template v-slot:body-cell-website="rowData">
<q-td>
<div align="left">
<a
:href="rowData.row.website"
target="_blank"
style="max-width: 10rem"
>{{ rowData.row.website }}</a
>
</div>
</q-td>
</template>
</q-table> </q-table>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment