Former-commit-id: 93988f70554c765330c5193d56441c2604ab4b2d [formerly 93988f70554c765330c5193d56441c2604ab4b2d [formerly 93988f70554c765330c5193d56441c2604ab4b2d [formerly 93988f70554c765330c5193d56441c2604ab4b2d [formerly b710287bd2f9c06410802ad44d54704c085c116d [formerly 7ed4b11f2d9eb703ec9477fe9355a86f9b03b405]]]]]
Former-commit-id: 5303051d0a12181206778f792cefa73f052a7418
Former-commit-id: 33fb08ff3338f98e26949453b75870bd63f5c81f
Former-commit-id: 917ae45092168a1c50df694a4be47676b215f04e [formerly a030aebdbf62b93aaf043ebdc90274711a4bdd6e]
Former-commit-id: af31af61bd8fb7fb73e254bb9abcbc717b895d2e
Former-commit-id: 7e8d8043460886faf57ca65f0db6d8063b60f662
Former-commit-id: ac779841a167a1dc93b5ac6b859e916546059c67
Former-commit-id: dbb3da4b9abae7925c45d12ed4702ede33c21c7b
Former-commit-id: fc004c257a067974e4927c70576fbfd9fec53a15
This commit is contained in:
liyang
2018-11-17 11:57:10 +08:00
parent d841dc1ca8
commit b6cc361e28
15 changed files with 29 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ import BScroll from 'better-scroll'
export default {
data () {
return {
filename: __filename,
BS: null
}
},

View File

@@ -48,6 +48,7 @@ import BScroll from 'better-scroll'
export default {
data () {
return {
filename: __filename,
time: 300,
BS: null
}

View File

@@ -35,6 +35,7 @@ import clipboard from 'clipboard-polyfill'
export default {
data () {
return {
filename: __filename,
text: 'Hello ~',
html: '<span style="background-color: #19be6b; color: #f8f8f9;">Hello</span><span style="background-color: #495060; color: #f8f8f9;">World</span>'
}

View File

@@ -66,6 +66,7 @@ import dayjs from 'dayjs'
export default {
data () {
return {
filename: __filename,
dayjs
}
}

View File

@@ -28,6 +28,7 @@ import table from './data'
export default {
data () {
return {
filename: __filename,
table: {
columns: table.columns,
data: table.data,

View File

@@ -20,6 +20,7 @@
export default {
data () {
return {
filename: __filename,
text: ''
}
},

View File

@@ -11,6 +11,9 @@ export default {
components: {
DemoI18nControl: () => import('./components/DemoI18nControl'),
DemoI18n: () => import('./components/DemoI18n')
},
data () {
filename: __filename
}
}
</script>

View File

@@ -11,6 +11,9 @@ export default {
components: {
DemoI18nControl: () => import('./components/DemoI18nControl'),
DemoI18n: () => import('./components/DemoI18n')
},
data () {
filename: __filename
}
}
</script>

View File

@@ -30,6 +30,7 @@
export default {
data () {
return {
filename: __filename,
table: {
columns: [],
data: [],

View File

@@ -30,6 +30,7 @@
export default {
data () {
return {
filename: __filename,
table: {
columns: [],
data: [],

View File

@@ -7,3 +7,12 @@
</d2-page-cover>
</d2-container>
</template>
<script>
export default {
data () {
filename: __filename
}
}
</script>

View File

@@ -25,6 +25,9 @@
<script>
import util from '@/libs/util.js'
export default {
data () {
filename: __filename
},
methods: {
set (name = 'default-name', value = 'default-value') {
util.cookies.set(name, value)

View File

@@ -28,6 +28,7 @@ export default {
name: 'demo-plugins-mock-ajax',
data () {
return {
filename: __filename,
table: {
columns: [],
data: [],

View File

@@ -26,6 +26,7 @@ export default {
},
data () {
return {
filename: __filename,
mockResult: [],
settingDPD,
settingDPDClone: cloneDeep(settingDPD),

View File

@@ -44,6 +44,7 @@ export default {
},
data () {
return {
filename: __filename,
mockResult: [],
settingDTD,
settingDTDClone: cloneDeep(settingDTD),