We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cff31f commit 08fce98Copy full SHA for 08fce98
docs/.vitepress/components/EmPower.vue
@@ -48,7 +48,10 @@
48
</template>
49
50
<script setup>
51
- import {ref} from "vue"
+ import {onMounted, ref} from "vue"
52
+ onMounted(()=>{
53
+ window.location.href= "https://plugin.gin-vue-admin.com/license"
54
+ })
55
const toLink = () => {
56
window.open('https://flipped-aurora.feishu.cn/docx/KwjxdnvatozgwIxGV0rcpkZSn4d?from=from_copylink')
57
}
0 commit comments