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 | 09e45cd | 2020-01-23 15:45:57 -0600 | [diff] [blame] | 7 | props: { |
8 | settings: { | ||||
9 | type: String, | ||||
10 | default: '' | ||||
11 | } | ||||
12 | } | ||||
Yoshie Muranaka | 463a570 | 2019-12-04 09:09:36 -0800 | [diff] [blame] | 13 | }; |
14 | </script> |