feat:Image add imageFilePath
This commit is contained in:
@@ -27,6 +27,11 @@ export class Image extends View {
|
||||
@Property
|
||||
imageUrl?: string
|
||||
|
||||
/**
|
||||
* Read image from local file system.
|
||||
*/
|
||||
@Property
|
||||
imageFilePath?: string
|
||||
/**
|
||||
* Read image from local path
|
||||
* For android,it based on assets dir.
|
||||
|
Reference in New Issue
Block a user