no message

Former-commit-id: a589a4ea4e4f45393d91d557db4b4b3e3f72d47b
Former-commit-id: 18483145821bf3445974734a7f8bdf392cd74666
Former-commit-id: 632d9abab39bb0311e169b1b982dbb2bd81e499e
This commit is contained in:
liyang
2018-06-11 20:51:44 +08:00
parent 0daef2becf
commit 5ecc2c53eb
31 changed files with 71 additions and 897 deletions

View File

@@ -28,7 +28,7 @@ const routes = [
children: (pre => [
{ path: 'container/full', name: `${pre}container-full`, component: () => import('@/pages/demo/components/container/full.vue') },
{ path: 'container/ghost', name: `${pre}container-ghost`, component: () => import('@/pages/demo/components/container/ghost.vue') },
{ path: 'container/normal', name: `${pre}container-normal`, component: () => import('@/pages/demo/components/container/normal.vue') },
{ path: 'container/normal', name: `${pre}container-card`, component: () => import('@/pages/demo/components/container/card.vue') },
{ path: 'countup', name: `${pre}countup`, component: () => import('@/pages/demo/components/countup/index.vue') },
{ path: 'editor-quill', name: `${pre}editor-quill`, component: () => import('@/pages/demo/components/editor-quill/index.vue') },
{ path: 'editor-simpleMDE', name: `${pre}editor-simpleMDE`, component: () => import('@/pages/demo/components/editor-simpleMDE/index.vue') },