refactor: add eslint-plugin-vue && lint code (#976)

This commit is contained in:
花裤衩
2018-08-19 16:55:24 +08:00
committed by GitHub
parent 8f58baf617
commit e5d4290938
124 changed files with 1329 additions and 1084 deletions

View File

@@ -1,11 +1,11 @@
<template>
<div class="pan-item" :style="{zIndex:zIndex,height:height,width:width}">
<div :style="{zIndex:zIndex,height:height,width:width}" class="pan-item">
<div class="pan-info">
<div class="pan-info-roles-container">
<slot></slot>
<slot/>
</div>
</div>
<img class="pan-thumb" :src="image">
<img :src="image" class="pan-thumb">
</div>
</template>