Commit 0d6164c8 authored by lipengcheng 's avatar lipengcheng

一些优化

parent e1c29074
...@@ -10,8 +10,8 @@ module.exports = { ...@@ -10,8 +10,8 @@ module.exports = {
// 3: ESLint + Standard config // 3: ESLint + Standard config
// extends: [ 'plugin:vue/essential', '@vue/airbnb',], // extends: [ 'plugin:vue/essential', '@vue/airbnb',],
// 4. ESLint + Prettier // 4. ESLint + Prettier
// extends: ['plugin:vue/recommended', 'eslint:recommended', '@vue/prettier'], extends: ['plugin:vue/recommended', 'eslint:recommended', '@vue/prettier'],
extends: ['plugin:vue/recommended', 'eslint:recommended'], // extends: ['plugin:vue/recommended', 'eslint:recommended'],
plugins: [], plugins: [],
parserOptions: { parserOptions: {
parser: 'babel-eslint' parser: 'babel-eslint'
......
...@@ -5,10 +5,7 @@ ...@@ -5,10 +5,7 @@
当前的宝 当前的宝
</div> </div>
<tip-panel></tip-panel> <tip-panel></tip-panel>
<div <div class="show-modal" @click="showModal">
class="show-modal"
@click="showModal"
>
show-modal show-modal
</div> </div>
</div> </div>
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
<common-header></common-header> <common-header></common-header>
<body class="body-container"> <body class="body-container">
<side-nav></side-nav> <side-nav></side-nav>
<router-view style="flex:1;border: 1px solid #666;"> <router-view style="flex:1;border: 1px solid #666;"> </router-view>
</router-view>
<right-panel></right-panel> <right-panel></right-panel>
</body> </body>
</div> </div>
......
<template> <template>
<div class="comp-bao2"> <div class="comp-bao2">
<h1>home</h1> <h1>home</h1>
<div a="dfsfsdfdsfsfsdfsdfsdfsdfsfsdf" b="dfsfsdfdsfsfsdfsdfsdfsdfsfsdf">
df
</div>
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment