update
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import Vue from 'vue'
|
import Vue from 'vue'
|
||||||
import VXETable from '../../src'
|
import VXETable from '../../src'
|
||||||
import VXETableElementPlugin from 'vxe-table-plugin-element'
|
import VXETablePluginElement from 'vxe-table-plugin-element'
|
||||||
import VXETableIViewPlugin from 'vxe-table-plugin-iview'
|
import VXETablePluginIView from 'vxe-table-plugin-iview'
|
||||||
import 'vxe-table-plugin-element/dist/style.css'
|
import 'vxe-table-plugin-element/dist/style.css'
|
||||||
import 'vxe-table-plugin-iview/dist/style.css'
|
import 'vxe-table-plugin-iview/dist/style.css'
|
||||||
|
|
||||||
Vue.use(VXETable, VXETableElementPlugin, VXETableIViewPlugin)
|
Vue.use(VXETable, VXETablePluginElement, VXETablePluginIView)
|
||||||
|
|||||||
@@ -76,11 +76,12 @@ export default {
|
|||||||
npm install vxe-table-plugin-element
|
npm install vxe-table-plugin-element
|
||||||
`,
|
`,
|
||||||
`
|
`
|
||||||
|
import Vue from 'vue'
|
||||||
import VXETable from 'vxe-table'
|
import VXETable from 'vxe-table'
|
||||||
import VXETablePluginElement from 'vxe-table-plugin-element'
|
import VXETablePluginElement from 'vxe-table-plugin-element'
|
||||||
import 'vxe-table-plugin-element/dist/style.css'
|
import 'vxe-table-plugin-element/dist/style.css'
|
||||||
|
|
||||||
VXETable.setup(VXETablePluginElement)
|
Vue.use(VXETable, VXETablePluginElement)
|
||||||
`,
|
`,
|
||||||
`
|
`
|
||||||
<vxe-table
|
<vxe-table
|
||||||
|
|||||||
@@ -75,11 +75,12 @@ export default {
|
|||||||
npm install vxe-table-plugin-element
|
npm install vxe-table-plugin-element
|
||||||
`,
|
`,
|
||||||
`
|
`
|
||||||
|
import Vue from 'vue'
|
||||||
import VXETable from 'vxe-table'
|
import VXETable from 'vxe-table'
|
||||||
import VXETablePluginIView from 'vxe-table-plugin-iview'
|
import VXETablePluginIView from 'vxe-table-plugin-iview'
|
||||||
import 'vxe-table-plugin-iview/dist/style.css'
|
import 'vxe-table-plugin-iview/dist/style.css'
|
||||||
|
|
||||||
VXETable.setup(VXETablePluginIView)
|
Vue.use(VXETable, VXETablePluginIView)
|
||||||
`,
|
`,
|
||||||
`
|
`
|
||||||
<vxe-table
|
<vxe-table
|
||||||
|
|||||||
Reference in New Issue
Block a user