Skip to content

Commit

Permalink
remove vue-meta
Browse files Browse the repository at this point in the history
  • Loading branch information
realcapobambino committed Dec 6, 2023
1 parent 765bc6e commit f83a7b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ import App from './App.vue'
import router from './router'
import './assets/tailwind.css'
import Vue3Lottie from 'vue3-lottie'
import VueMeta from 'vue-meta'



const app = createApp(App)
.use(router)
.use(Vue3Lottie)
.use(VueMeta)
.mount('#app')

1 comment on commit f83a7b9

@vercel
Copy link

@vercel vercel bot commented on f83a7b9 Dec 6, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.