Len_AshBell
Results
2
issues of
Len_AshBell
I have a original component and store its style with onEnd function ``` { this.item.style = styles }}> ``` however, I want to put this style to another component, for...
I want to generate image url path on my server api response. it's my composable `useImageUrl.js` ```javascript export default (src) => { const img = useImage() const imgUrl = img(`/${src}.png`,...
enhancement
good first issue