import { reactive, useRouter } from 'vue'; #197
yuyu19880526
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
import { reactive, useRouter } from 'vue';
是不是应该是
import { reactive } from 'vue';
import { useRouter } from 'vue-router';
Beta Was this translation helpful? Give feedback.
All reactions