refactor(fileuploader): move reactive assignment

This commit is contained in:
Eric Liu 2019-12-29 19:43:58 -08:00
commit d9c951f332
4 changed files with 9 additions and 17 deletions

View file

@ -3,9 +3,9 @@
export { className as class };
export let style = undefined;
import { cx } from '../../lib';
import SkeletonText from '../SkeletonText';
import { ButtonSkeleton } from '../Button';
import { cx } from '../../lib';
</script>
<div on:click on:mouseover on:mouseenter on:mouseleave class={cx('--form-item', className)} {style}>