File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 252252
253253 switch (TYPE ) {
254254 case ' success' :
255- this .$toast .success (MESSAGE );
255+ this .$toast .info (MESSAGE );
256256 break ;
257257 case ' error' :
258258 this .$toast .error (MESSAGE );
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ const app = createApp(App);
99app . provide ( "$helperbird_i18n" , $helperbird_i18n ) ;
1010app . provide ( "sendToContentScript" , sendToContentScript ) ;
1111app . use ( Toaster , {
12- position : "bottom-right " ,
13- duration : 4000 ,
12+ position : "bottom" ,
13+ duration : 2000 ,
1414 dismissible : false ,
1515} ) ;
1616
Original file line number Diff line number Diff line change 2323 "test" : " node --experimental-vm-modules ./node_modules/.bin/jest" ,
2424 "build" : " npm run clean && npm run chrome"
2525 },
26-
27- "type" : " module" ,
28- "jest" : {
29- "testEnvironment" : " node" ,
30- "transformIgnorePatterns" : []
31- },
3226 "devDependencies" : {
3327 "@babel/core" : " ^7.22.9" ,
3428 "@babel/preset-env" : " ^7.22.9" ,
You can’t perform that action at this time.
0 commit comments