[v5] Error on app.request

Hello,
i can’t use Ajax post.
I have error:

Framework7 is not defined
or
app is not a function

  methods: {
      submit: function () {
      const self = this;
      let username = this.username
      let password = this.password
      // app.request({
      Framework7.request({
      type:'POST',
      url:"https://...

It is because they are not defined in context where you call it. What is Vue, React, Core? Try this.$f7.request({... instead

it’s work. Thanks. :wink:

I’m use Core .