no message
This commit is contained in:
parent
63442cb50e
commit
00d512860d
@ -28,7 +28,13 @@ function handleExport() {
|
|||||||
:action="handleExport"
|
:action="handleExport"
|
||||||
>
|
>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<iconUrl style="width: 16px; height: 16px" />
|
<img
|
||||||
|
v-if="typeof iconUrl === 'string'"
|
||||||
|
:src="iconUrl"
|
||||||
|
style="width: 16px; height: 16px"
|
||||||
|
alt=""
|
||||||
|
/>
|
||||||
|
<!-- <iconUrl style="width: 16px; height: 16px" /> -->
|
||||||
</template>
|
</template>
|
||||||
</action-button>
|
</action-button>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
5
web3/packages/tiptap/src/shims-svg.d.ts
vendored
Normal file
5
web3/packages/tiptap/src/shims-svg.d.ts
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
declare module "*.svg" {
|
||||||
|
import type { DefineComponent } from "vue";
|
||||||
|
const component: DefineComponent<{}, {}, any> | string;
|
||||||
|
export default component;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user