UNPKG

@7anshuai/vue-auto-sizer

Version:

Vue component that automatically adjusts the width and height of a single child.

9 lines (6 loc) 135 B
import Vue from 'vue' import App from './App.vue' Vue.config.productionTip = false new Vue({ render: h => h(App) }).$mount('#app')