因为vue的el元素不能为body或html元素

    1. if (el === document.body || el === document.documentElement) {
    2. }