fix: remove NodeListOf

This commit is contained in:
zhouzixin 2024-06-02 09:46:11 +08:00
parent 7a92a83ea8
commit f9d96213e1

View File

@ -35,7 +35,7 @@ limitations under the License. -->
import { BrowserLogConstants } from "./data";
import { dateFormat } from "@/utils/dateFormat";
/*global defineProps, defineEmits, NodeListOf */
/* global defineProps, defineEmits */
const props = defineProps({
data: { type: Object as any, default: () => ({}) },
});