15
js/components/dodlogin.js
Normal file
15
js/components/dodlogin.js
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
name: 'dodlogin',
|
||||
|
||||
data: function() {
|
||||
return {
|
||||
visible: false,
|
||||
}
|
||||
},
|
||||
|
||||
methods: {
|
||||
displayNotice: function() {
|
||||
this.visible = true
|
||||
},
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user