migrate viewClass prop to class attribute

This commit is contained in:
taehoon 2019-10-21 15:36:03 -04:00
parent b3699a7c7c
commit c217483640
4 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
<template>
<Modal
v-if="showing"
view-class="media-modal-view"
class="media-modal-view"
@close="hide"
>
<img