<template> <u-image width="100%" height="300rpx" :src="imagePath" :fade="false"></u-image> </template> <script> export default { props: { imagePath: { type: String, defalut: '' } } } </script> <style> </style>