mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 22:08:05 +08:00
* fix document * minimal changes * support to gitter chat Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
12 lines
181 B
Markdown
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>
|