规范类型
This commit is contained in:
parent
3acfa75037
commit
a4ed59eb92
@ -8,7 +8,7 @@ export const auth = Auth;
|
|||||||
export const modal = Modal;
|
export const modal = Modal;
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
install(app:App):void {
|
install(app: App): void {
|
||||||
app.config.globalProperties.$tab = tab
|
app.config.globalProperties.$tab = tab
|
||||||
app.config.globalProperties.$auth = auth
|
app.config.globalProperties.$auth = auth
|
||||||
app.config.globalProperties.$modal = modal
|
app.config.globalProperties.$modal = modal
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user