export default { name: 'dodlogin', data: function() { return { visible: false, } }, methods: { displayNotice: function() { this.visible = true }, }, }