Move constant values to props
Constant values like URLs and image URLs does not need to be reactive. For performance reasons we should move them to props.
Showing
Please register or sign in to comment
Constant values like URLs and image URLs does not need to be reactive. For performance reasons we should move them to props.