mirror of
https://github.com/dataease/dataease.git
synced 2026-05-15 05:22:13 +08:00
perf: 嵌入 SQLBot 页面拼写错误
This commit is contained in:
committed by
fit2cloud-chenyw
parent
578268328f
commit
8fd0caea2e
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div
|
||||
id="dataease-v2-embedded-sqlbot"
|
||||
v-loading="loadig"
|
||||
v-loading="loading"
|
||||
class="dataease-v2-embedded-sqlbot"
|
||||
></div>
|
||||
</template>
|
||||
@@ -9,7 +9,7 @@
|
||||
<script lang="ts" setup>
|
||||
import { onMounted, reactive, ref } from 'vue'
|
||||
import request from '@/config/axios'
|
||||
const loadig = ref(true)
|
||||
const loading = ref(true)
|
||||
const state = reactive({
|
||||
domain: '',
|
||||
id: '',
|
||||
@@ -66,7 +66,7 @@ const mountedEmbeddedPage = () => {
|
||||
embeddedId: state.id,
|
||||
online: true
|
||||
})
|
||||
loadig.value = false
|
||||
loading.value = false
|
||||
}
|
||||
}, 2000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user