[Status Page] Plan to support domain names for status pages

This commit is contained in:
Louis Lam 2022-03-25 18:59:06 +08:00
parent 623d03dc6f
commit 1ecd2e45d0

View file

@ -1,5 +1,9 @@
<template> <template>
<div></div> <div>
<!--
TODO: If the domain name matched, directly render the <StatusPage> component.
-->
</div>
</template> </template>
<script> <script>