feat: use latest veui, fix playground index locale

This commit is contained in:
Justineo 2021-09-19 22:40:44 +08:00
parent 0547bc62d7
commit 1f175a1702
No known key found for this signature in database
GPG Key ID: B73F0979CF18A0EA
4 changed files with 10 additions and 10 deletions

View File

@ -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" />

View File

@ -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"
}
}

View File

@ -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": {

View File

@ -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"