Skip to content

Commit

Permalink
fix(Message): update demo (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Jul 13, 2023
1 parent 9139ce0 commit 677df14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/message/demos/theme.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</template>

<script lang="ts" setup>
import Message from '../index';
import { Message } from 'tdesign-mobile-vue';
const showMessage = (theme: string, content = '这是一条普通通知信息', duration = 5000) => {
if (Message[theme]) {
Expand Down

0 comments on commit 677df14

Please sign in to comment.