mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
12 lines
175 B
Vue
12 lines
175 B
Vue
<script>
|
|
export default {};
|
|
</script>
|
|
|
|
<template>
|
|
<li
|
|
class="list-none my-1 mx-0 border-b border-n-weak"
|
|
:tabindex="null"
|
|
:aria-disabled="true"
|
|
/>
|
|
</template>
|