feat: use latest veui, fix playground index locale
This commit is contained in:
parent
0547bc62d7
commit
1f175a1702
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ locale }}">
|
||||
<html lang="{{locale}}">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"veui": "^2.1.3",
|
||||
"veui-theme-dls": "^2.1.3",
|
||||
"veui": "latest",
|
||||
"veui-theme-dls": "latest",
|
||||
"vue": "^2.6.14"
|
||||
}
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"veui": "^2.1.3",
|
||||
"veui-theme-dls": "^2.1.3",
|
||||
"veui-theme-dls-icons": "^2.1.3",
|
||||
"veui": "latest",
|
||||
"veui-theme-dls": "latest",
|
||||
"veui-theme-dls-icons": "latest",
|
||||
"vue": "^2.6.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -74,10 +74,10 @@
|
||||
"stylus-loader": "^3.0.2",
|
||||
"unist-util-remove": "^1.0.1",
|
||||
"unist-util-visit": "^1.4.0",
|
||||
"veui": "^2.1.3",
|
||||
"veui-loader": "^2.1.3",
|
||||
"veui-theme-dls": "^2.1.3",
|
||||
"veui-theme-dls-icons": "^2.1.3",
|
||||
"veui": "latest",
|
||||
"veui-loader": "latest",
|
||||
"veui-theme-dls": "latest",
|
||||
"veui-theme-dls-icons": "latest",
|
||||
"vue-awesome": "^4.1.0",
|
||||
"vue-i18n": "^8.16.0",
|
||||
"vue-windows": "^0.2.4"
|
||||
|
Loading…
Reference in New Issue
Block a user