From 8952e39b7790952305a516c5742f5c0248486245 Mon Sep 17 00:00:00 2001 From: James Hush Date: Thu, 13 Oct 2022 18:50:55 +0800 Subject: [PATCH] chore: Update to latest Vue version and build tools (#11) * Update to vite, use latest vue tools Remove comment Update babel and package-lock Fix lint issues Fix lint issues Fix prettier Add github action Test before building * Lint ts files too * Add tsconfig Lint ts files too Add tsconfig Add tsconfig Use vanilla js in Vue does not work Still not working Add console log for vue mounted Gate off and blocked instead of playable THIS WORKS. Move div back into Vue. THIS WORKS Fix spacing --- index.html | 2 +- src/components/CallTile.vue | 295 +++++++++++++++++++++++++++++++----- src/{main.js => main.ts} | 0 3 files changed, 260 insertions(+), 37 deletions(-) rename src/{main.js => main.ts} (100%) diff --git a/index.html b/index.html index f7c14a7..9b16f2f 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,6 @@ >
- + diff --git a/src/components/CallTile.vue b/src/components/CallTile.vue index 8a03c0b..a204ad1 100644 --- a/src/components/CallTile.vue +++ b/src/components/CallTile.vue @@ -26,16 +26,7 @@
- +
-