1
0
mirror of https://github.com/citizenfx/cfx-server-data.git synced 2025-02-22 08:43:12 +08:00
cfx-server-data/resources/[gameplay]/chat/html/Message.vue
2020-04-12 15:16:02 +02:00

7 lines
167 B
Vue

<template>
<div class="msg" :class="{ multiline }">
<span v-html="textEscaped"></span>
</div>
</template>
<script lang="ts" src="./Message.ts"></script>