1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-12 06:15:45 +08:00
vue-element-admin/docs/guide/other/release-notes.md
Yamel Senih f45a57178a
Feature/#doc add documentation (#798)
* Add support to x vversion from npm

* Add support to x vversion from npm

* Add support to x vversion from npm

* Add documentation for current repository
2021-04-29 12:23:48 -04:00

12 lines
215 B
Markdown
Executable File

# Release Notes
[Release Notes](https://github.com/adempiere/adempiere-vue/releases)
<script>
export default {
mounted () {
window.open('https://github.com/adempiere/adempiere-vue/releases')
}
}
</script>