vatts 2.2.3 → 2.2.5
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/dist/vue/App.vue +0 -1
- package/dist/vue/entry.client.js +0 -1
- package/package.json +1 -1
package/dist/vue/App.vue
CHANGED
|
@@ -132,7 +132,6 @@ const updateRoute = () => {
|
|
|
132
132
|
const match = findRouteForPath(currentPath);
|
|
133
133
|
if (match) {
|
|
134
134
|
CurrentPageComponent.value = props.componentMap[match.componentPath];
|
|
135
|
-
console.log(props.componentMap[match.componentPath] || 'null')
|
|
136
135
|
params.value = match.params;
|
|
137
136
|
|
|
138
137
|
if (match.metadata?.title != null) {
|
package/dist/vue/entry.client.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vatts",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.5",
|
|
4
4
|
"description": "Vatts.js is a high-level framework for building web applications with ease and speed. It provides a robust set of tools and features to streamline development and enhance productivity.",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"author": "mfraz",
|