优化页面
This commit is contained in:
1
unpackage/dist/build/mp-weixin/static/index.js
vendored
Normal file
1
unpackage/dist/build/mp-weixin/static/index.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("../common/vendor.js"),t={data:()=>({title:"Hello"}),onLoad(){},methods:{}};const o=e._export_sfc(t,[["render",function(e,t,o,r,n,c){return{}}],["__scopeId","data-v-1775978d"]]);wx.createPage(o);
|
||||
4
unpackage/dist/build/mp-weixin/static/index.json
vendored
Normal file
4
unpackage/dist/build/mp-weixin/static/index.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"navigationBarTitleText": "静态资源",
|
||||
"usingComponents": {}
|
||||
}
|
||||
22
unpackage/dist/build/mp-weixin/static/index.vue
vendored
Normal file
22
unpackage/dist/build/mp-weixin/static/index.vue
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
<template>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
title: 'Hello'
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
// 页面加载时执行
|
||||
},
|
||||
methods: {
|
||||
// 方法定义
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
/* 样式定义 */
|
||||
</style>
|
||||
0
unpackage/dist/build/mp-weixin/static/index.wxml
vendored
Normal file
0
unpackage/dist/build/mp-weixin/static/index.wxml
vendored
Normal file
0
unpackage/dist/build/mp-weixin/static/index.wxss
vendored
Normal file
0
unpackage/dist/build/mp-weixin/static/index.wxss
vendored
Normal file
Reference in New Issue
Block a user