vue-sfc-compiler/template/entry.js

6 lines
283 B
JavaScript

// ----------------------------------------------------------------------
// BROWSER COMPONENT ENTRY FILE
// ----------------------------------------------------------------------
import Component from './src/__FILE__'
Vue.component((Component.options || Component).name, Component)