1 Star 0 Fork 2

技术勇/my-vue

forked from furioussoul/my-vue 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 766 Bytes
一键复制 编辑 原始数据 按行查看 历史
孙证杰 提交于 2017-04-18 16:52 . 简单的双向绑定。。
<!DOCTYPE html>
<html lang="en" xmlns:v-on="http://www.w3.org/1999/xhtml">
<head>
<title>title</title>
<meta charset="utf-8">
<style type="text/css">
#test {
margin: 0 auto;
width: 300px;
height: 300px;
background-color: gray
}
ul, li {
list-style: none;
}
.red-box {
width: 40px;
height: 10px;
background-color: red;
}
.green-box {
width: 40px;
height: 10px;
background-color: green;
}
</style>
</head>
<body>
<div id="test">
<input v-model="msg">
<input v-model="msg | uppercase">
</div>
<script src="dist/build.js"></script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jsyong/compiler.git
git@gitee.com:jsyong/compiler.git
jsyong
compiler
my-vue
master

搜索帮助