摘要:
写springMvc.xml文件时,偶然遇到 Element 'beans' cannot have character [children],because the type's content type is element 报错为:元素 'beans' 必须不含字符 [子级], 因为该类型的内 阅读全文
摘要:
创建实例 var vm = new Vue( { //选项 } ) 数据对象 // 我们的数据对象 var data = { a: 1 } // 该对象被加入到一个 Vue 实例中 var vm = new Vue({ data: data }) // 获得这个实例上的属性 // 返回源数据中对应的 阅读全文