@monkeyplus/flow 6.0.100 → 6.0.101

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monkeyplus/flow",
3
- "version": "6.0.100",
3
+ "version": "6.0.101",
4
4
  "description": "@monkeyplus/flow package-first runtime with Vite, Nitro, Vue and a workspace playground.",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -149,6 +149,7 @@ export default defineComponent({
149
149
  if (options.value.lazy && !props.sync && !imgAttrs.loading) {
150
150
  imgAttrs.loading = "lazy";
151
151
  }
152
+ console.log("imgAttrs.....", imgAttrs);
152
153
  const children = [];
153
154
  if (fallbackSource) {
154
155
  children.push(h("source", {
Binary file
Binary file