Skip to content

Commit

Permalink
fix(toast): fix the problem that toast has no icon
Browse files Browse the repository at this point in the history
fix the problem that toast has no icon when we use the build-in methods of toast

fix #227
  • Loading branch information
douxpang committed Jul 18, 2022
1 parent 4190848 commit 0bbc7fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/toast/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ type ToastApi = {
};

export const ToastPlugin: WithInstallType<typeof vueToast> & ToastApi = Toast as any;
console.log('phrbug', typeof vueToast )
export default ToastPlugin;

declare module '@vue/runtime-core' {
Expand Down

0 comments on commit 0bbc7fe

Please sign in to comment.