设置 cdn
Former-commit-id: c42a3b3cf9aef5ce6a75b95724166b382e4f8428 Former-commit-id: 4ab563c9f5e2b3fb842280f4918a6c25804b5fdb Former-commit-id: b664c597de7ea1ccd769b17526b6f5e5c7840fce Former-commit-id: db9e04cfebac16d4eb1933afd4b2ded99e0b25d0 [formerly 8878aee21f9b50864a1b0a6d2e761d62f4de575a] Former-commit-id: c82fb21c908f8aa8eadd236a766e81d918cc5336 Former-commit-id: 9989fdf834769eaead1cfecfcfcf5df11c39eb85 Former-commit-id: fcb415c80e4c84bd93d347da9f600c9c5db851ee Former-commit-id: 4d48421d24cef05d23aa15cf2dddda8872145be4 Former-commit-id: f084676f069184d974cd68275968abd3997191dc
This commit is contained in:
@@ -1,4 +1,22 @@
|
||||
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: '@d2-projects/d2-crud',
|
||||
library: 'D2Crud',
|
||||
@@ -29,28 +47,35 @@ module.exports = [
|
||||
css: '',
|
||||
js: 'https://unpkg.com/better-scroll@1.15.2/dist/bscroll.min.js'
|
||||
},
|
||||
{
|
||||
name: 'echarts',
|
||||
library: 'echarts',
|
||||
css: '',
|
||||
js: 'https://cdn.jsdelivr.net/npm/echarts/dist/echarts.min.js'
|
||||
},
|
||||
{
|
||||
name: 'v-charts',
|
||||
library: 'VeIndex',
|
||||
css: 'https://cdn.jsdelivr.net/npm/v-charts/lib/style.min.css',
|
||||
js: 'https://cdn.jsdelivr.net/npm/v-charts/lib/index.min.js'
|
||||
},
|
||||
{
|
||||
name: 'element-ui',
|
||||
library: 'ELEMENT',
|
||||
css: 'https://unpkg.com/element-ui@2.13.0/lib/theme-chalk/index.css',
|
||||
js: 'https://unpkg.com/element-ui@2.13.0/lib/index.js'
|
||||
},
|
||||
// https://github.com/heynext/v-contextmenu/pull/72/commits
|
||||
{
|
||||
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'
|
||||
css: 'https://unpkg.com/v-contextmenu/dist/index.css',
|
||||
js: 'https://unpkg.com/v-contextmenu/dist/index.js'
|
||||
},
|
||||
{
|
||||
name: 'vue',
|
||||
library: 'Vue',
|
||||
name: 'vue-grid-layout',
|
||||
library: 'VueGridLayout',
|
||||
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'
|
||||
js: 'https://unpkg.com/vue-grid-layout@2.3.4/dist/vue-grid-layout.umd.min.js'
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user