refactor: remove debug console log
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<script setup>
|
<script setup>
|
||||||
import { defineEmits, defineExpose, defineProps, watch, ref, onMounted, getCurrentInstance } from 'vue';
|
import { defineEmits, defineExpose, defineProps, watch, ref } from 'vue';
|
||||||
|
|
||||||
import VueHcaptcha from '@hcaptcha/vue3-hcaptcha';
|
import VueHcaptcha from '@hcaptcha/vue3-hcaptcha';
|
||||||
import { RecaptchaV2, useRecaptcha } from "vue3-recaptcha-v2";
|
import { RecaptchaV2, useRecaptcha } from "vue3-recaptcha-v2";
|
||||||
@@ -78,10 +78,6 @@ const reset = () => {
|
|||||||
defineExpose({
|
defineExpose({
|
||||||
reset,
|
reset,
|
||||||
});
|
});
|
||||||
|
|
||||||
onMounted(() => {
|
|
||||||
console.log(getCurrentInstance().appContext.config.globalProperties.$darkMode);
|
|
||||||
});
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user