mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-07-06 23:01:34 +08:00
feat: upgrade version to v1.2.0 (#784)
* feat: upgrade version to v1.2.0 - Update version number to 1.2.0 in all package.json files - Add v1.2.0 placeholder in CHANGELOG.md with custom SQL cleanup feature - Upgrade dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> * fix: update @unhead/vue import path for v2.x compatibility Change import from '@unhead/vue' to '@unhead/vue/client' for createHead 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> --------- Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { createApp } from 'vue'
|
||||
import { createHead } from '@unhead/vue'
|
||||
import { createHead } from '@unhead/vue/client'
|
||||
|
||||
import App from './App.vue'
|
||||
import router from './router'
|
||||
|
||||
Reference in New Issue
Block a user