feat: use latest veui, fix playground index locale
This commit is contained in:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user