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 }}
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
import DocAlert from './doc-alert.vue'
|
||||
|
||||
export { DocAlert }
|
||||
export { default as DocAlert } from './doc-alert.vue';
|
||||
|
||||
Reference in New Issue
Block a user