onelaraveljs 1.2.6 → 1.2.7

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": "onelaraveljs",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "description": "OneLaravel JS Framework Core & Compiler",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -981,6 +981,7 @@ export class ViewController {
981
981
  }
982
982
 
983
983
  __include(path, data = {}) {
984
+ logger.log(`Including view: ${path} into ${this.path}`);
984
985
  if (this.isVirtualRendering) {
985
986
  const childParams = this._templateManager.childrenConfig[this._templateManager.childrenIndex];
986
987
  if (!(childParams && childParams.name === path)) {