From f484414852f651192d6a13381a72281a9d2cb13f Mon Sep 17 00:00:00 2001 From: pratikpatel Date: Wed, 24 May 2023 19:23:52 +0530 Subject: [PATCH 1/2] slots.js url fix --- src/component/QActivity.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/component/QActivity.js b/src/component/QActivity.js index b359148..ebb578b 100644 --- a/src/component/QActivity.js +++ b/src/component/QActivity.js @@ -1,4 +1,4 @@ -import { slot } from 'quasar/src/utils/slot.js' +import { slot } from 'quasar/src/utils/private/slot.js' export default { name: 'QActivity', From 82e715d57d67a6ed83f2343d4fddb63c430f25e3 Mon Sep 17 00:00:00 2001 From: pratikpatel Date: Wed, 24 May 2023 19:25:39 +0530 Subject: [PATCH 2/2] slots.js url fix --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb40e7d..aa263dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quasar/quasar-app-extension-qactivity", - "version": "1.0.0-beta.5", + "version": "1.0.0-beta.6", "description": "QActivity is an app extension for Quasar for making an activity list", "author": "Hawkeye64 ", "main": "src/index.js",