15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
|
<template>
|
||
|
<view class="" style="padding: 200rpx;background-color: red; width: 500rpx;height: 500rpx;">
|
||
|
<image src="/static/images/f.png" alt="" />
|
||
|
</view>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {
|
||
|
|
||
|
}
|
||
|
</script>
|
||
|
|
||
|
<style>
|
||
|
|
||
|
</style>
|