vue 的 component
摘要:component 组件 注册: 1全局注册 : 可以在 各vue实例 中使用 2局部注册 : 只能在注册他的vue实例中使用 new Vue({ components:{ 'tag-name':{ //options ..... } } }) is 作用 当组件挂载在已存在的元素上时。遇到某些元素
阅读全文
posted @
2018-05-26 01:37
moody
阅读(178)
推荐(0)
Object.defineProperties
摘要:Object.defineProperties() 方法直接在一个对象上定义新的属性或修改现有属性,并返回该对象。 语法
阅读全文
posted @
2018-05-24 01:57
moody
阅读(403)
推荐(0)