mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 22:08:05 +08:00
* 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
12 lines
215 B
Markdown
Executable File
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>
|