初次提交
This commit is contained in:
19
test/main.html
Normal file
19
test/main.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
|
||||
<title>{{data.name}}Love</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>{{data.name}}</h1>
|
||||
<div id="love-list">
|
||||
<use :for="item in data.love" from="./mod1" name="love-item" data="item"/>
|
||||
${afdfs}
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user