Skip to content

MessageBox not showing correctly #6

Open
@Dennisoost

Description

@Dennisoost

The message box isn't showing correctly, probably my own fault but not sure what I am doing wrong:
vue msgbox

code:

<script>
import $ from 'jquery'

import MessageBox from 'vue-msgbox'

export default {
  components: {
  // not important...
  },
  data: function () {
    return {
    // not important...
    }
  },
  computed: {
    FullName: function () {
      return this.employee.Firstname + ' ' + this.employee.Lastname
    }
  },
  created: function () {
   //not important...
  },
  events: {
  },
  methods: {
    handleFlightRequestPost: function (e) {
      MessageBox.alert('nice', 'works', 'success')
      console.log('heerer')
      $.ajax({
       //not important..
    },
    signatureEmployeeInsert: function (e) {
      //not important...
    },
    handleUpload: function (e) {
      //not important
      }
    }
  }
}

</script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions