yintai-company-home-am/beforeMount.ts

5 lines
91 B
TypeScript

import type { App } from 'vue'
export default function BeforeMount(app:App<Element>){
}