1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-11 22:08:05 +08:00
Elsio Sanchez 8da6ff7f6d
fix document (#849)
* fix document

* minimal changes

* support to gitter chat

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
2021-05-14 17:45:17 -04:00

12 lines
181 B
Markdown

# Gitter
[Gitter](https://gitter.im/adempiere/adempiere-vue)
<script>
export default {
mounted () {
window.open('https://gitter.im/adempiere/adempiere-vue')
}
}
</script>