vue2 watch 外部js 如何定义?

//监听排行数据变化
vm.$watch('oplist', (newCount, oldCount) => {
    // console.log(`oplist变成了${newCount},之前是${oldCount}`);
})