miox

Miox change logs

Since the 5.1.11 version, we will provide change logs for each version of the update.

5.1.16

@life mounted() {
  this.$on('webveiw:active', () => {
    console.log('webview active');
  })
}

5.1.15

static方法演示:

route.static({
  '/a/:id': WebviewA,
  '/b/:id': WebviewB,
  ...
})

.mx-window class =>

<div class="mx-app">
  <div class="mx-webviews">
    <div class="mx-webview">
      <div class="mx-window active">
        <div>hello world<p>adfaf</p></div>
      </div>
    </div>
  </div>
</div>

v5.1.14

v5.1.13

v5.1.12