feat: fileicon, filetext 组件改为全局,新增一体机上传简历(接口待调)
This commit is contained in:
4
main.js
4
main.js
@@ -26,6 +26,8 @@ import renderCompanyCollectionRecord from '@/components/renderCompanyCollectionR
|
||||
import renderJobViewRecord from '@/components/renderJobViewRecord/renderJobViewRecord.vue';
|
||||
import MyIcons from '@/components/My-icons/my-icons.vue';
|
||||
import GlobalPopup from '@/components/GlobalPopup/GlobalPopup.vue'
|
||||
import FileIcon from '@/components/FileIcon/fileIcon.vue'
|
||||
import FileText from '@/components/FileText/fileText.vue'
|
||||
// import Tabbar from '@/components/tabbar/midell-box.vue'
|
||||
// 自动导入 directives 目录下所有指令
|
||||
|
||||
@@ -58,6 +60,8 @@ export function createApp() {
|
||||
app.component('renderJobViewRecord', renderJobViewRecord) //渲染岗位浏览记录
|
||||
app.component('MyIcons', MyIcons)
|
||||
app.component('global-popup', GlobalPopup)
|
||||
app.component('FileIcon', FileIcon)
|
||||
app.component('FileText', FileText)
|
||||
// app.component('tabbar-custom', Tabbar)
|
||||
|
||||
for (const path in directives) {
|
||||
|
||||
Reference in New Issue
Block a user