Swap to using defineComponent for Vue (req. 2.7+) (#732)

* Swap to using definedComponent for Vue (req. 2.7+)

* Adjust

* Adjust

* CHANGELOG
This commit is contained in:
Jaco
2023-03-12 13:29:49 +02:00
committed by GitHub
parent 172051cedc
commit 45b330aa90
25 changed files with 84 additions and 59 deletions
-2
View File
@@ -2,8 +2,6 @@
"extends": "@polkadot/dev/config/tsconfig.json",
"compilerOptions": {
"composite": true,
/* FIXME The default nodenext resolution is problematic with vue2 */
"moduleResolution": "node",
"paths": {
"@polkadot/react-identicon": ["react-identicon/src/index.ts"],
"@polkadot/react-qr": ["react-qr/src/index.ts"],