no message
Former-commit-id: d3fe0773f5d18d2b5d633f3b626a3bc31eecb9f7 Former-commit-id: 819f45bff8b081a43f15d48ca734c133e7267e63 Former-commit-id: f62d7f79cf54dfbde4fc70cb2f1186acabd9f011
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = {
|
|||||||
// Paths
|
// Paths
|
||||||
assetsRoot: path.resolve(__dirname, '../dist'),
|
assetsRoot: path.resolve(__dirname, '../dist'),
|
||||||
assetsSubDirectory: 'static',
|
assetsSubDirectory: 'static',
|
||||||
assetsPublicPath: '/',
|
assetsPublicPath: '/d2admin-vue-element/',
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Source Maps
|
* Source Maps
|
||||||
|
|||||||
@@ -21,8 +21,6 @@
|
|||||||
"github-markdown-css": "^2.10.0",
|
"github-markdown-css": "^2.10.0",
|
||||||
"highlight.js": "^9.12.0",
|
"highlight.js": "^9.12.0",
|
||||||
"js-cookie": "^2.2.0",
|
"js-cookie": "^2.2.0",
|
||||||
"lodash.clonedeep": "^4.5.0",
|
|
||||||
"lodash.get": "^4.4.2",
|
|
||||||
"marked": "^0.3.9",
|
"marked": "^0.3.9",
|
||||||
"mockjs": "^1.0.1-beta3",
|
"mockjs": "^1.0.1-beta3",
|
||||||
"papaparse": "^4.3.6",
|
"papaparse": "^4.3.6",
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<Container type="card-full">
|
<Container type="card-full">
|
||||||
<template slot="header">
|
<template slot="header">
|
||||||
我是插入到 header 中的内容
|
用户中心
|
||||||
</template>
|
</template>
|
||||||
主体
|
doing...
|
||||||
</Container>
|
</Container>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user