1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-05-12 05:15:24 +02:00

Update libraryList.js

This commit is contained in:
May Kittens Devour Your Soul 2018-09-18 14:11:48 +02:00 committed by GitHub
parent 1b58931c62
commit d8653bb16d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ export const jsLibs = [
}, },
{ {
url: url:
'https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-rc.16/js/uikit.min.js', 'https://getuikit.com/assets/uikit/dist/js/uikit.js',
label: 'UIkit 3', label: 'UIkit 3',
type: 'js' type: 'js'
}, },
@ -144,7 +144,7 @@ export const cssLibs = [
}, },
{ {
url: url:
'https://cdnjs.cloudflare.com/ajax/libs/uikit/3.0.0-rc.16/css/uikit.min.css', 'https://getuikit.com/assets/uikit/dist/css/uikit.css',
label: 'UIkit 3', label: 'UIkit 3',
type: 'css' type: 'css'
}, },