chore(组件): 组件尽量使用异步导入模式
This commit is contained in:
@@ -10,8 +10,8 @@ export default {
|
||||
data() {
|
||||
return {};
|
||||
},
|
||||
onLoad(options) {},
|
||||
onShow() {},
|
||||
onLoad(options) { },
|
||||
onShow() { },
|
||||
methods: {}
|
||||
};
|
||||
</script>
|
||||
@@ -21,6 +21,7 @@ export default {
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
|
||||
image {
|
||||
width: 500rpx;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user