mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-30 06:16:46 +00:00
15 lines
546 B
Vue
15 lines
546 B
Vue
<template>
|
|
<alert type="warning">
|
|
If you are using NocoDB with version 0.90 onwards, please check out the latest documentation <a href="https://docs.nocodb.com/" target="_blank">here</a> instead. The documentation for previous versions is no longer maintained and will be completely removed on 30 Jun 2022. See <a href="https://github.com/nocodb/nocodb/issues/1564" target="_blank">v0.90 Important Announcement</a> for more.
|
|
</alert>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "announcement",
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |