Commit 0d6164c8 authored by lipengcheng 's avatar lipengcheng

一些优化

parent e1c29074
......@@ -10,8 +10,8 @@ module.exports = {
// 3: ESLint + Standard config
// extends: [ 'plugin:vue/essential', '@vue/airbnb',],
// 4. ESLint + Prettier
// extends: ['plugin:vue/recommended', 'eslint:recommended', '@vue/prettier'],
extends: ['plugin:vue/recommended', 'eslint:recommended'],
extends: ['plugin:vue/recommended', 'eslint:recommended', '@vue/prettier'],
// extends: ['plugin:vue/recommended', 'eslint:recommended'],
plugins: [],
parserOptions: {
parser: 'babel-eslint'
......
......@@ -5,10 +5,7 @@
当前的宝
</div>
<tip-panel></tip-panel>
<div
class="show-modal"
@click="showModal"
>
<div class="show-modal" @click="showModal">
show-modal
</div>
</div>
......
......@@ -3,8 +3,7 @@
<common-header></common-header>
<body class="body-container">
<side-nav></side-nav>
<router-view style="flex:1;border: 1px solid #666;">
</router-view>
<router-view style="flex:1;border: 1px solid #666;"> </router-view>
<right-panel></right-panel>
</body>
</div>
......
<template>
<div class="comp-bao2">
<h1>home</h1>
<div a="dfsfsdfdsfsfsdfsdfsdfsdfsfsdf" b="dfsfsdfdsfsfsdfsdfsdfsdfsfsdf">
df
</div>
</div>
</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