Mistrain

Results 3 issues of Mistrain

### 这个功能解决了什么问题? 更加灵活自定义 toast. ### 你期望的 API 是什么样子的? export declare type ToastOptions = { icon?: string; ...; component?: any; };

feature: need confirm

用组合 api 似乎失去了响应式。

i am using `babel-plugin-istanbul` plugin for my vue3 app. But i can't get correct report by `nyc` after instrumentation. ![image](https://github.com/istanbuljs/istanbuljs/assets/72647648/53015b85-cd0c-4344-b62a-c24da01fa21b) it seems like there was some problems with generating sourcemap....