mirror of
https://github.com/youzan/vant.git
synced 2026-05-02 01:01:43 +08:00
[improvement] update eslint rules (#2089)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
<template>
|
||||
<div :class="b()" @touchmove="onTouchMove">
|
||||
<div
|
||||
:class="b()"
|
||||
@touchmove="onTouchMove"
|
||||
>
|
||||
<svg
|
||||
v-for="(isFull, index) in list"
|
||||
:fill="disabled ? disabledColor : isFull ? color : voidColor"
|
||||
|
||||
Reference in New Issue
Block a user