feat: remove no longer needed modalResultKey inject
This commit is contained in:
parent
b8c9d8de17
commit
51e72e2021
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
<script setup lang="ts">
|
||||
import { ref, inject } from "vue";
|
||||
import { modalResultKey } from "@/keys";
|
||||
|
||||
const modalResult = inject(modalResultKey, Function);
|
||||
import { ref } from "vue";
|
||||
|
||||
interface Props {
|
||||
id: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue