|
|
|
|
@ -8,7 +8,7 @@ export const auth = Auth;
|
|
|
|
|
export const modal = Modal;
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
install(app:App):void {
|
|
|
|
|
install(app: App): void {
|
|
|
|
|
app.config.globalProperties.$tab = tab
|
|
|
|
|
app.config.globalProperties.$auth = auth
|
|
|
|
|
app.config.globalProperties.$modal = modal
|
|
|
|
|
|