A simple reactive system and base component rendering like Vue3. you can try Composition API like Vue3.
The apis currently supported are reactive, ref, computed, watch, watchEffect, nextTick, onMounted, onUpdated and createApp.
The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.