mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
10 lines
115 B
Vue
10 lines
115 B
Vue
<template>
|
|
<div class="test"></div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'MockComponent',
|
|
};
|
|
</script>
|