vue-sfc-compiler/template/entry.js

6 lines
283 B
JavaScript
Raw Permalink Normal View History

2018-04-22 01:58:46 +00:00
// ----------------------------------------------------------------------
// BROWSER COMPONENT ENTRY FILE
// ----------------------------------------------------------------------
2019-06-19 08:42:07 +00:00
import Component from './src/__FILE__'
Vue.component((Component.options || Component).name, Component)