mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
add question display page
This commit is contained in:
@@ -83,7 +83,7 @@ const showModal = ref(false)
|
||||
const inputDynamic = ref<string>()
|
||||
const inputDynamicId = computed(() => {
|
||||
try {
|
||||
var id = BigInt(inputDynamic.value ?? '')
|
||||
const id = BigInt(inputDynamic.value ?? '')
|
||||
return id
|
||||
} catch {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user