Yoshie Muranaka | 463a570 | 2019-12-04 09:09:36 -0800 | [diff] [blame] | 1 | <template> |
2 | <b-modal id="modal-settings" title="Account policy settings"> </b-modal> | ||||
3 | </template> | ||||
4 | |||||
5 | <script> | ||||
6 | export default { | ||||
Derick Montague | e2fd156 | 2019-12-20 13:26:53 -0600 | [diff] [blame] | 7 | props: ['settings'] |
Yoshie Muranaka | 463a570 | 2019-12-04 09:09:36 -0800 | [diff] [blame] | 8 | }; |
9 | </script> |