refactor:基于 lint 处理排版
This commit is contained in:
@@ -23,12 +23,7 @@ const goToUrl = () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<Alert
|
||||
v-if="isDocAlertEnable()"
|
||||
type="info"
|
||||
show-icon
|
||||
class="mb-2 rounded"
|
||||
>
|
||||
<Alert v-if="isDocAlertEnable()" type="info" show-icon class="mb-2 rounded">
|
||||
<template #message>
|
||||
<Typography.Link @click="goToUrl">
|
||||
【{{ title }}】文档地址:{{ url }}
|
||||
|
||||
Reference in New Issue
Block a user