7 lines
145 B
JavaScript
Executable File
7 lines
145 B
JavaScript
Executable File
import VabCount from './index.vue'
|
|
|
|
VabCount.install = function(app) {
|
|
app.component(VabCount.name, VabCount)
|
|
}
|
|
|
|
export default VabCount
|