文件名称:mvvm-in-js:香草js最简单的mvvm应用程序示例
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-27 04:09:08
js mvvm vanilla-js todoapp mvvm-js
JS中的MVVM
查看
MVVM包装的HTMLElement
建设者
html :html模板字符串
data :数据模型
methods :方法
watch :观察
created :创建元素时调用的回调
mounted :元素连接到DOM时调用的回调
特性
$root :影子dom根
$data :数据模型
$watcher :数据观察者
$methods :方法
$emit :调度自定义事件
$ref :引用的元素
DOM属性用法
m-bidata-
【文件预览】:
mvvm-in-js-main
----index.html(337B)
----LICENSE(34KB)
----src()
--------wrapper()
--------index.js(1KB)
--------components()
--------styles()
--------style.css(36B)
----README.md(1KB)