This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0

真.忽略index.html文件上传 🔧

old
lcoln 2017-09-15 22:35:14 +08:00
parent c686a582d3
commit a091e6989c
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>first example</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div :controller="test">
<template name="pages" config="pageOpts"></template>
</div>
<script src="./js/yua.js"></script>
<script>
;(function(yua){
require(['/lib/pages/main.js'],function(){
var vm = yua({
$id: "test",
pageOpts: {
total: 10,
curr: 1
}
})
yua.scan()
})
})(yua)
</script>
</body>
</html>