you may have an infinite update loop in watcher with expression

2020-05-15 21:53:10

you may have an infinite update loop in watcher with expression

发生这样的问题,一般是因为在watch中改变所监听的数据。

这样就很有可能导致死循环。

如果网页卡主了,我们就可以联想到肯定是js发生了死循环。

  • 2017-02-24 16:53:58

    PHP 中的Closure

    Closure,匿名函数,又称为Anonymous functions,是php5.3的时候引入的。匿名函数就是没有定义名字的函数。这点牢牢记住就能理解匿名函数的定义了。

  • 2017-03-02 09:45:27

    动态加载js和css

    开发过程中经常需要动态加载js和css,今天特意总结了一下常用的方法。