-
-
Notifications
You must be signed in to change notification settings - Fork 231
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
import { createApp, configureCompat } from 'vue' | ||
import App from './App.vue' | ||
import store from './store/store' | ||
import router from './router' | ||
import VueMobileDetection from 'vue-mobile-detection' | ||
import VueLazyLoad from 'vue3-lazyload' | ||
import vueCookies from 'vue-cookies' | ||
|
||
// import "@adobe/coral-spectrum/dist/js/coral.js" | ||
// import "@adobe/coral-spectrum/dist/css/coral.css" | ||
// import './registerServiceWorker' | ||
|
||
const app = createApp(App) | ||
|
||
configureCompat({ WATCH_ARRAY: false }) | ||
|
||
app.use(vueCookies) | ||
app.$cookies.config('30d') | ||
app.use(VueMobileDetection) | ||
app.use(store) | ||
app.use(router) | ||
app.use(VueLazyLoad, { | ||
// options... | ||
}) | ||
app.mount('#app') |
d888bb8
There was a problem hiding this comment.
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:
macosicons – ./
macosicons.vercel.app
macosicons.elrumo.vercel.app
macosicons-pro-projects-827500e3.vercel.app
macosicons-git-master-pro-projects-827500e3.vercel.app
alpha.macosicons.com
maciosicons.com
beta.macosicons.com
macosicons.com
macosicon.com