Replies: 1 comment
-
Ok, I think I figure it out.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm trying to reproduce the example in Column header count but the slot shows empty. And I think it's because the timestamp and index in the slot are coming as undefined.
This is my basic code to reproduce this.
Any idea what I'm doing wrong?
These are the dependencies I'm using.
"dependencies": { "@quasar/extras": "^1.0.0", "axios": "^1.2.1", "pinia": "^2.0.11", "quasar": "^2.6.0", "vue": "^3.0.0", "vue-router": "^4.0.0" }, "devDependencies": { "@quasar/app-vite": "^1.0.0", "@quasar/quasar-app-extension-qcalendar": "^4.0.0-beta.16", "@types/node": "^12.20.21", "@typescript-eslint/eslint-plugin": "^5.10.0", "@typescript-eslint/parser": "^5.10.0", "autoprefixer": "^10.4.2", "eslint": "^8.10.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-vue": "^9.0.0", "prettier": "^2.5.1", "typescript": "^4.5.4" },
Thank you!
Mat
Beta Was this translation helpful? Give feedback.
All reactions