We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03d22fa commit 303244aCopy full SHA for 303244a
src/index.ts
@@ -0,0 +1,3 @@
1
+export { default as Dialog } from './dialog/index';
2
+export { default as Message } from './message/index';
3
+export { default as Toast } from './toast/index';
src/toast/_example/base/index.js
@@ -1,6 +1,6 @@
import SkylineBehavior from '@behaviors/skyline.js';
-import Toast from 'tdesign-miniprogram/toast/index';
+import { Toast } from 'tdesign-miniprogram';
4
5
Component({
6
behaviors: [SkylineBehavior],
0 commit comments