vue

安装量: 10.4K
排名: #232

安装

npx skills add https://github.com/antfu/skills --skill vue

Vue Based on Vue 3.5. Always use Composition API with

Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineComponent , defineAsyncComponent } from 'vue'

返回排行榜