atst/js/components/dodlogin.js
2019-04-30 10:34:30 -04:00

16 lines
191 B
JavaScript

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