找回密码
 立即注册

QQ登录

只需一步,快速开始

innovate

注册会员

6

主题

9

帖子

43

积分

注册会员

积分
43
innovate
注册会员   /  发表于:2023-7-27 11:12  /   查看:975  /  回复:1

<template>
    <div class="container-fluid">
        <!-- the grid -->
        <wj-flex-grid
            :itemsSource="data" :initialized="initializeGrid">
            <wj-flex-grid-column binding="id" header="Id" :width="95" :wordWrap="true" :isReadOnly="true"/>   
        </wj-flex-grid>
    </div>
</template>
以上代码运行时,浏览器会报警告错误:[Deprecation] Listener added for a synchronous 'DOMNodeInserted' DOM Mutation Event. This event type is deprecated (https://w3c.github.io/uievents/#legacy-event-types) and work is underway to remove it from this browser. Usage of this event listener will cause performance issues today, and represents a risk of future incompatibility. Consider using MutationObserver instead.主要是因为我这里使用了<
wj-flex-grid-column>标签

1 个回复

倒序浏览
Richard.Ma讲师达人认证 悬赏达人认证 SpreadJS 开发认证
超级版主   /  发表于:2023-7-27 11:55:51
沙发
这个可能是vue框架中使用的相关接口的警告,可以忽略
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 立即注册
返回顶部