Closed ulivz closed 1 year ago
You can use a global method $closeCurrentStatus to close status:
$closeCurrentStatus
<template> <span> This is page status <a style="cursor: pointer" @click="$closeCurrentStatus">x</a> </span> </template>
and using statusVersion to control the status version:
statusVersion
--- status: <GlobalStatus /> statusVersion: v2 ---
// .vuepress/config.js module.exports = { theme: "vt", themeConfig: { status: '<GlobalStatus />', statusVersion: 'v2' }, };
You need bump statusVersion when you released new status.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Closing Status
You can use a global method
$closeCurrentStatus
to close status:and using
statusVersion
to control the status version:You need bump
statusVersion
when you released new status.