mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-12 15:52:57 +00:00
fix: remove NodeListOf
This commit is contained in:
parent
7a92a83ea8
commit
f9d96213e1
@ -35,7 +35,7 @@ limitations under the License. -->
|
|||||||
import { BrowserLogConstants } from "./data";
|
import { BrowserLogConstants } from "./data";
|
||||||
import { dateFormat } from "@/utils/dateFormat";
|
import { dateFormat } from "@/utils/dateFormat";
|
||||||
|
|
||||||
/*global defineProps, defineEmits, NodeListOf */
|
/* global defineProps, defineEmits */
|
||||||
const props = defineProps({
|
const props = defineProps({
|
||||||
data: { type: Object as any, default: () => ({}) },
|
data: { type: Object as any, default: () => ({}) },
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user