vue-element-admin/docs/zh/guide/other/release-notes.md

12 lines
225 B
Markdown
Executable File

# 更新记录
[在线查看更新记录](https://github.com/adempiere/adempiere-vue/releases)
<script>
export default {
mounted () {
window.open('https://github.com/adempiere/adempiere-vue/releases')
}
}
</script>