Refactoring

This commit is contained in:
kPherox
2019-04-22 18:39:16 +09:00
parent 4d0d302900
commit ee18182915
8 changed files with 59 additions and 65 deletions

View File

@@ -1,6 +1,6 @@
'use strict'
import Vue from 'vue';
import Vue from 'vue'
import { upperFirst, camelCase } from 'lodash'
const requireComponent = require.context('./globals', false, /Base[A-Z]\w+\.(vue|js)$/)