const { createApp, ref, onMounted, nextTick, onUnmounted, computed, watch } = Vue; createApp({ setup() { return { }; }, }).mount("#appIndex");