v2.0.0-beta.12
This release adds support for the latest <script setup>
RFC. That's it. Read about it here: #264.
If you want to use it, you need Vue 3.0.3. You will also want the latest vue-jest
(5.0.0 alpha 7 at the time of this). Get it with yarn add vue-jest@next
. Note the latest RFC is here: vuejs/rfcs#227
Features
- Support latest
<script setup>
(#264) by @lmiller1990