Skip to content

Commit

Permalink
fix(#432): replace antd usage with vue-material on dataselector and r…
Browse files Browse the repository at this point in the history
…angeselector
  • Loading branch information
Cynthia2019 committed Jul 30, 2023
1 parent 8cedf46 commit 0778645
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 330 deletions.
3 changes: 0 additions & 3 deletions app/src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,13 @@ import './registerServiceWorker'
import store from './store'
import router from './router'
import apollo from './modules/gql/apolloClient'
import Antd from 'ant-design-vue'
import 'ant-design-vue/dist/antd.css'

const apolloProvider = new VueApollo({
defaultClient: apollo
})

Vue.use(VueApollo)
Vue.use(VueMaterial)
Vue.use(Antd)
Vue.config.productionTip = false

new Vue({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<md-table
v-model="fetchedNames"
@md-selected="onSelect"
:md-selected-value="fetchedNames"
:md-selected-value="fetchedNames.filter((item) => activeData.map(data => data.name).includes(item.name))"
style="width: 100%; margin-bottom: 20px"
>
<md-table-empty-state md-label="No data available">
Expand Down
278 changes: 0 additions & 278 deletions app/src/pages/metamine/visualizationNU/components/DataSelectorAntd.vue

This file was deleted.

Loading

0 comments on commit 0778645

Please sign in to comment.