no message
Former-commit-id: 55ad03d532809432bd6050a8ccd5d9d6263b86a1 Former-commit-id: 16d572604a68ec53fef6463ac90daabfe2e47dcd Former-commit-id: 1e85541e8b96a001a4713bb92a16a434e739e6dc
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
<script>
|
||||
// 假数据
|
||||
import table from '../../data'
|
||||
import table from './data'
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
DemoI18nControl: () => import('../../components/DemoI18nControl'),
|
||||
DemoI18n: () => import('../../components/DemoI18n')
|
||||
DemoI18nControl: () => import('./components/DemoI18nControl'),
|
||||
DemoI18n: () => import('./components/DemoI18n')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -13,8 +13,8 @@
|
||||
<script>
|
||||
export default {
|
||||
components: {
|
||||
DemoI18nControl: () => import('../../components/DemoI18nControl'),
|
||||
DemoI18n: () => import('../../components/DemoI18n')
|
||||
DemoI18nControl: () => import('./components/DemoI18nControl'),
|
||||
DemoI18n: () => import('./components/DemoI18n')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
@@ -23,10 +23,10 @@
|
||||
import Vue from 'vue'
|
||||
import clone from '@/utils/clone.js'
|
||||
import Mock from 'mockjs'
|
||||
import settingDPD from '../../data/settingDPD'
|
||||
import settingDPD from './data/settingDPD'
|
||||
export default {
|
||||
components: {
|
||||
MockDemoCard: () => import('../../components/MockDemoCard')
|
||||
MockDemoCard: () => import('./components/MockDemoCard')
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
||||
@@ -35,16 +35,16 @@
|
||||
import Vue from 'vue'
|
||||
import clone from '@/utils/clone.js'
|
||||
import Mock from 'mockjs'
|
||||
import settingDTD from '../../data/settingDTD'
|
||||
import regexp from '../../mixins/regexp'
|
||||
import fn from '../../mixins/function'
|
||||
import settingDTD from './data/settingDTD'
|
||||
import regexp from './mixins/regexp'
|
||||
import fn from './mixins/function'
|
||||
export default {
|
||||
mixins: [
|
||||
regexp,
|
||||
fn
|
||||
],
|
||||
components: {
|
||||
MockDemoCard: () => import('../../components/MockDemoCard')
|
||||
MockDemoCard: () => import('./components/MockDemoCard')
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user