vue2.x 源码学习笔记

91 阅读1分钟

(1)
// 创造一个新数组
const arr = this.arr.slice()
(2)
this.deep = !!options.deep
(3)
import { _Set as Set } from '../xx/'