feat: CN-1572 轨迹地图用户搜索和关注列表开发
This commit is contained in:
@@ -6,10 +6,10 @@ import store from '@/store'
|
||||
import App from '@/App.vue'
|
||||
import '@/utils/http.js'
|
||||
import commonMixin from '@/mixins/common'
|
||||
import { cancelWithChange, noData, myHighLight } from '@/utils/tools'
|
||||
import { cancelWithChange, noData, myHighLight,selectLoadMore } from '@/utils/tools'
|
||||
import { ClickOutside } from 'element-plus/lib/directives'
|
||||
import i18n from '@/i18n'
|
||||
// import '@/mock/index.js'
|
||||
//import '@/mock/index.js'
|
||||
import hljsVuePlugin from '@highlightjs/vue-plugin'
|
||||
import 'highlight.js/styles/color-brewer.css'
|
||||
import '@/assets/css/main.scss' // 样式入口
|
||||
@@ -41,6 +41,7 @@ app.directive('ele-click-outside', ClickOutside)
|
||||
app.directive('cancel', cancelWithChange)
|
||||
app.directive('no-data', noData)
|
||||
app.directive('high-light', myHighLight)
|
||||
app.directive('select-load-more', selectLoadMore)
|
||||
app.config.globalProperties.$_ = _
|
||||
|
||||
app.mixin(commonMixin)
|
||||
|
||||
Reference in New Issue
Block a user