Skip to content

Commit 08fce98

Browse files
committed
feat: redirect to license page on component mount
1 parent 4cff31f commit 08fce98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.vitepress/components/EmPower.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
</template>
4949

5050
<script setup>
51-
import {ref} from "vue"
51+
import {onMounted, ref} from "vue"
52+
onMounted(()=>{
53+
window.location.href= "https://plugin.gin-vue-admin.com/license"
54+
})
5255
const toLink = () => {
5356
window.open('https://flipped-aurora.feishu.cn/docx/KwjxdnvatozgwIxGV0rcpkZSn4d?from=from_copylink')
5457
}

0 commit comments

Comments
 (0)