diff --git a/dependencies.js b/dependencies.js index c6761816..9a0d358d 100644 --- a/dependencies.js +++ b/dependencies.js @@ -1,34 +1,4 @@ module.exports = [ - { - name: 'vue', - library: 'Vue', - css: '', - js: 'https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js' - }, - { - name: 'vue-router', - library: 'VueRouter', - css: '', - js: 'https://unpkg.com/vue-router@3.0.6/dist/vue-router.js' - }, - { - name: 'vuex', - library: 'Vuex', - css: '', - js: 'https://unpkg.com/vuex@3.1.1/dist/vuex.js' - }, - { - name: 'axios', - library: 'axios', - css: '', - js: 'https://unpkg.com/axios@0.19.0/dist/axios.min.js' - }, - { - name: 'better-scroll', - library: 'BScroll', - css: '', - js: 'https://unpkg.com/better-scroll@1.15.2/dist/bscroll.min.js' - }, { name: '@d2-projects/d2-crud', library: 'D2Crud', @@ -46,5 +16,41 @@ module.exports = [ library: 'VueTableImport', css: '', js: 'https://cdn.d2.pub/packages/@d2-projects/vue-table-import@1.0.0/vue-table-import.js' + }, + { + name: 'axios', + library: 'axios', + css: '', + js: 'https://unpkg.com/axios@0.19.0/dist/axios.min.js' + }, + { + name: 'better-scroll', + library: 'BScroll', + css: '', + js: 'https://unpkg.com/better-scroll@1.15.2/dist/bscroll.min.js' + }, + { + name: 'v-contextmenu', + library: 'VContextmenu', + css: 'https://unpkg.com/v-contextmenu@2.9.0/dist/index.css', + js: 'https://unpkg.com/v-contextmenu@2.9.0/dist/index.common.js' + }, + { + name: 'vue', + library: 'Vue', + css: '', + js: 'https://cdn.jsdelivr.net/npm/vue@2.6.10/dist/vue.js' + }, + { + name: 'vue-router', + library: 'VueRouter', + css: '', + js: 'https://unpkg.com/vue-router@3.0.6/dist/vue-router.js' + }, + { + name: 'vuex', + library: 'Vuex', + css: '', + js: 'https://unpkg.com/vuex@3.1.1/dist/vuex.js' } ] \ No newline at end of file