remove throttle and use depence

This commit is contained in:
梁灏 2017-10-13 11:06:46 +08:00
parent d04fb45a0e
commit ed14d577c0
2 changed files with 1 additions and 440 deletions

View file

@ -14,7 +14,7 @@
</div>
</template>
<script>
import throttle from '../../utils/throttle';
import throttle from 'lodash.throttle';
export default {
name: 'Saturation',