flat folder
Former-commit-id: 8f00e0f6b39cbc1e2a9333e2635eed6d3ac4909e [formerly 45b4c97d64e06aa89188acc5f05b8eaaa049fcf5] [formerly 8f00e0f6b39cbc1e2a9333e2635eed6d3ac4909e [formerly 45b4c97d64e06aa89188acc5f05b8eaaa049fcf5] [formerly 8f00e0f6b39cbc1e2a9333e2635eed6d3ac4909e [formerly 45b4c97d64e06aa89188acc5f05b8eaaa049fcf5] [formerly 45b4c97d64e06aa89188acc5f05b8eaaa049fcf5 [formerly dddeab643660d9536ccca28a7b131064862a0956 [formerly a60252b4bb0f8e4357c8fb5d96baa92b34348fd2]]]]] Former-commit-id: 95c2b6d11f3fca5c35355f6e4462fc48bd75b837 Former-commit-id: 859b43e95cd2d96a6fbccadef42b5ccf030aec0b Former-commit-id: e095e2d838b165bae833f949655dcd0616dd36a8 [formerly 4457c0c04c4c7dc570cc2fdc8b6c1d9ab63d4e7b] Former-commit-id: 268d04b33f65537fed5e70f86a765e9d65569458 Former-commit-id: 6895dc7270ebceb21c77c2663ab3ad912b26a02c Former-commit-id: bb41e9fc1a708ff94371c4c2a7cc14bd6ed40049 Former-commit-id: 5170da37ca33777f225f5ce6e2387ed6d0b1741d Former-commit-id: c617fbc5781e40482af82fa6bb8ea5105c3e5d9c
This commit is contained in:
@@ -12,7 +12,7 @@ import marked from 'marked'
|
||||
import highlight from 'highlight.js'
|
||||
import bandupan from './plugin/baidupan'
|
||||
import 'github-markdown-css'
|
||||
import { ComponentsMarkdownBase } from '@/api/components/markdown'
|
||||
import { ComponentsMarkdownBase } from '@api/components.markdown'
|
||||
export default {
|
||||
name: 'd2-markdown',
|
||||
props: {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { get } from '@/api/demo/business/issues/142'
|
||||
import { get } from '@api/demo.business.issues.142'
|
||||
|
||||
export default {
|
||||
props: {
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { BusinessTable1List } from '@/api/demo/business/table/1'
|
||||
import { BusinessTable1List } from '@api/demo.business.table.1'
|
||||
export default {
|
||||
// name 值和本页的 $route.name 一致才可以缓存页面
|
||||
name: 'demo-business-table-1',
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { PluginMocksAjax } from '@/api/demo/plugins/mocks/ajax'
|
||||
import { PluginMocksAjax } from '@api/demo.plugins.mocks.ajax'
|
||||
export default {
|
||||
name: 'demo-plugins-mock-ajax',
|
||||
data () {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import util from '@/libs/util.js'
|
||||
import { AccountLogin } from '@/api/sys/login'
|
||||
import { AccountLogin } from '@api/sys.login'
|
||||
|
||||
export default {
|
||||
namespaced: true,
|
||||
|
||||
Reference in New Issue
Block a user