feat: 添加MQTT示例 (#1021)

* feat: add mqtt client demo use mqtt.js and emqx broker
This commit is contained in:
EchoByte
2024-03-24 19:31:19 +08:00
committed by GitHub
parent eeb09a8da2
commit 69bc6602d0
7 changed files with 613 additions and 13 deletions

View File

@@ -10,13 +10,21 @@ export default {
rank: able
},
children: [
{
path: "/components/mqtt-client",
name: "MqttClient",
component: () => import("@/views/able/mqtt-client.vue"),
meta: {
title: $t("menus.hsMqtt"),
extraIcon: "IF-pure-iconfont-new svg"
}
},
{
path: "/able/verify",
name: "Verify",
component: () => import("@/views/able/verify.vue"),
meta: {
title: $t("menus.hsVerify"),
extraIcon: "IF-pure-iconfont-new svg"
title: $t("menus.hsVerify")
}
},
{
@@ -56,8 +64,7 @@ export default {
name: "Ripple",
component: () => import("@/views/able/ripple.vue"),
meta: {
title: $t("menus.hsRipple"),
extraIcon: "IF-pure-iconfont-new svg"
title: $t("menus.hsRipple")
}
},
{