Update LeaderBoard.vue
This commit is contained in:
@@ -155,7 +155,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { inject, ref, computed, onMounted } from "vue"
|
||||
import { inject, ref, computed, onMounted, watchEffect } from "vue"
|
||||
import { createResource } from "frappe-ui"
|
||||
|
||||
const $user = inject("$user")
|
||||
|
||||
Reference in New Issue
Block a user