File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import AlertHandler from "./components/AlertHandler.vue" ;
1+ export { default as AlertHandler } from "./components/AlertHandler.vue" ;
22import Vuert from "./vuert.js" ;
33
44export { createVuert , useVuert } from "./functions.js" ;
@@ -18,8 +18,6 @@ export type { PluginOptions } from "./functions.js";
1818
1919export default Vuert ;
2020
21- export { AlertHandler } ;
22-
2321declare module "@vue/runtime-core"
2422{
2523 interface ComponentCustomProperties
Original file line number Diff line number Diff line change 1- import Action from "./action.js" ;
2- import Alert from "./alert.js" ;
3- import Context from "./context.js" ;
4-
5- export { Action , Alert , Context } ;
1+ export { default as Action } from "./action.js" ;
2+ export { default as Alert } from "./alert.js" ;
3+ export { default as Context } from "./context.js" ;
You can’t perform that action at this time.
0 commit comments