forked from profectus/Profectus
import from vue instead of from @vue/reactivity
This commit is contained in:
parent
1f3fd06ab0
commit
867695cf71
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import { computed } from "@vue/reactivity";
|
||||
import { computed } from "vue";
|
||||
import { isArray } from "@vue/shared";
|
||||
import Select from "components/fields/Select.vue";
|
||||
import AchievementComponent from "features/achievements/Achievement.vue";
|
||||
|
|
Loading…
Reference in a new issue