vue-composable icon indicating copy to clipboard operation
vue-composable copied to clipboard

Vue 2.7 no longer requires @vue/composition-api

Open CaoMeiYouRen opened this issue 2 years ago • 1 comments

Please refer to https://github.com/vuejs/vue/compare/v2.7.0-beta.8...v2.7.0 https://github.com/vuejs/vue/blob/main/CHANGELOG.md

So please modify the part about Vue version judgment in "scripts/postinstall.js"

CaoMeiYouRen avatar Jul 10 '22 16:07 CaoMeiYouRen

when i upgrade to vue2.7, some functions type do not work. eg Ref

JonathanLee-LX avatar Aug 30 '22 15:08 JonathanLee-LX