diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-21 15:36:03 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-21 15:36:03 -0400 |
| commit | c217483640c13f4948af54466dddb0ebc71f374e (patch) | |
| tree | d7ffe63195b99bbd7972f313ba78d257fda42f7b /src/components/modal/modal.js | |
| parent | b3699a7c7cbeba3b6b777e3c414b44c21464a863 (diff) | |
migrate viewClass prop to class attribute
Diffstat (limited to 'src/components/modal/modal.js')
| -rw-r--r-- | src/components/modal/modal.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/components/modal/modal.js b/src/components/modal/modal.js index 02d7017a..78537a1b 100644 --- a/src/components/modal/modal.js +++ b/src/components/modal/modal.js @@ -1,8 +1,5 @@ const Modal = { props: { - viewClass: { - type: String - }, isOpen: { type: Boolean, default: true |
