shop-applet/pages/test/subnvue/concat.nvue

15 lines
232 B
Plaintext
Raw Normal View History

2024-04-27 18:16:11 +08:00
<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>