1
This commit is contained in:
@ -61,6 +61,7 @@ ElDialog.props.closeOnClickModal.default = false;*/
|
||||
// **main.js**
|
||||
import { vue3ScrollSeamless } from 'vue3-scroll-seamless';
|
||||
import bus from './utils/bus';
|
||||
import $message from '@/plugins/modal';
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
@ -80,3 +81,4 @@ directive(app);
|
||||
app.mount('#app');
|
||||
|
||||
app.config.globalProperties.mittBus = mitt();
|
||||
app.config.globalProperties.$message = $message;
|
||||
|
Reference in New Issue
Block a user