UNPKG

178 BJavaScriptView Raw
1// this entry is built and wrapped with a factory function
2// used to generate a fresh copy of Vue for every Weex instance.
3
4import Vue from './runtime/index'
5
6exports.Vue = Vue