mirror of
https://github.com/fjykTec/ModernWMS.git
synced 2024-11-13 04:04:40 +08:00
555a753a62
* init * Merge: Merge first commit from develop to release (#1) * init * init * init * first commit * feat(全局): 增加hook组件, 用于对话框、消息提示; 修改系统标题 * feat(Global):Sync gitee code with frontend on 2023-01-09 09:14. * feat(Global):Remove 'sqls' file. * feat(Commodity management): Delete volume verification * feat(Delivery Management): Modify tab English * feat(Back End): Synchronize back-end code_2023-01-09 10:33 * feat(package.json):Fixed dependecies version. * feat(Global):Update the readme. * feat(Global):Fix the readme. Co-authored-by: lysddp <lysddp@gmail.com> Co-authored-by: liufu <809388027@qq.com> Co-authored-by: Jokerls波吉 <11269866+jokerls-poji@user.noreply.gitee.com> Co-authored-by: lysddp <lysddp@gmail.com> Co-authored-by: liufu <809388027@qq.com> Co-authored-by: Jokerls波吉 <11269866+jokerls-poji@user.noreply.gitee.com>
13 lines
388 B
TypeScript
13 lines
388 B
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
export {}
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
}
|
|
}
|