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 { | ||||
Gunnar Mills | c4844b4 | 2020-01-28 20:18:40 -0600 | [diff] [blame] | 7 | props: ['settings'] |
Yoshie Muranaka | 463a570 | 2019-12-04 09:09:36 -0800 | [diff] [blame] | 8 | }; |
9 | </script> |