chore: migrate from lit-html to vue#304
Conversation
| "lit-html": "^3.0.0", | ||
| "vue": "^3.4.33" | ||
| }, | ||
| "packageManager": "pnpm@9.5.0+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5" |
There was a problem hiding this comment.
there are discussions happening on the node level to remove some ambiguity with defining package managers like this.
we can revisit this once we've more clarity on the matter on industry level. for now we can remove it.
There was a problem hiding this comment.
Sir I have not added this line, it was added implicitly by the corepack and when I try to remove it and try to build the project again, it gets added back automatically by the corepack. You can see in the below screenshot
I checked the docs and could not find a way to remove it, so keeping this in the next commit in this PR.
|
Sir, I have raised the commit doing all the changes requested. |
Closes #300
I replaced the code popup-script.ts to call an App.vue file with the vue code and reimplemented all the functionalities and designs exactly in App.vue. I have tested it and it works same as before.