Add data item back into code.
This commit is contained in:
parent
9829a05a0c
commit
269ee1390b
1 changed files with 5 additions and 0 deletions
|
|
@ -33,6 +33,11 @@
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
name: 'Modal',
|
name: 'Modal',
|
||||||
|
data() {
|
||||||
|
return {
|
||||||
|
isModalVisible: false,
|
||||||
|
};
|
||||||
|
},
|
||||||
methods: {
|
methods: {
|
||||||
showModal() {
|
showModal() {
|
||||||
//Display modal
|
//Display modal
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue