Skip to content

Commit

Permalink
chore(app): add support for older versions of iOS safari browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
mavyfaby committed Sep 21, 2023
1 parent 0650b34 commit 6c5ab49
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@material/web": "^1.0.0-pre.17",
"animejs": "^3.2.1",
"axios": "^1.5.0",
"element-internals-polyfill": "^1.3.8",
"pinia": "^2.1.6",
"sal.js": "^0.8.5",
"swiper": "^10.3.0",
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { createApp } from 'vue'
import { createPinia } from "pinia";
import Vue3Toastify, { type ToastContainerOptions } from 'vue3-toastify';
import "element-internals-polyfill";

import App from './App.vue'
import router from './router'
Expand Down

1 comment on commit 6c5ab49

@vercel
Copy link

@vercel vercel bot commented on 6c5ab49 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

csps – ./

csps-git-main-csps.vercel.app
csps-csps.vercel.app
ucmncsps.org

Please sign in to comment.