mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-06-03 14:40:40 +08:00
fix: telegram mini app (#251)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import { ref, h, onMounted } from 'vue';
|
||||
import { useStorage } from '@vueuse/core';
|
||||
import { useSessionStorage } from '@vueuse/core';
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { NPopconfirm, NButton } from 'naive-ui'
|
||||
|
||||
@@ -31,7 +31,7 @@ const { t } = useI18n({
|
||||
}
|
||||
});
|
||||
|
||||
const data = useStorage("telegram-bind-address", [])
|
||||
const data = useSessionStorage("telegram-bind-address", [])
|
||||
|
||||
const fetchData = async () => {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user