test-bentoweb-ui 1.0.53 → 1.0.55
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/bentoweb-ui.css +1 -1
- package/dist/bentoweb-ui.es.js +1107 -1104
- package/dist/bentoweb-ui.umd.js +18 -18
- package/package.json +1 -1
package/README.md
CHANGED
@@ -80,6 +80,7 @@ export default {
|
|
80
80
|
The `src` property can be:
|
81
81
|
- A path relative to the public directory (e.g., `/images/example.jpg`)
|
82
82
|
- An absolute URL (e.g., `https://example.com/image.jpg`)
|
83
|
+
- A base64 encoded image string (e.g., `data:image/jpeg;base64,/9j/4AAQSkZJRg...`)
|
83
84
|
|
84
85
|
The `link` property can be:
|
85
86
|
- A Vue Router path for internal navigation (e.g., `/products`)
|