fix: 功能优化,新增数据查询、设备属性、报警设置3个按钮及对应功能修改。
This commit is contained in:
1
components.d.ts
vendored
1
components.d.ts
vendored
@@ -9,6 +9,7 @@ declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
ChartFullscreen: typeof import('./src/components/other/chartFullscreen.vue')['default']
|
||||
CustomNavigationBar: typeof import('./src/components/custom-navigation-bar/index.vue')['default']
|
||||
DataQuery: typeof import('./src/components/other/dataQuery.vue')['default']
|
||||
Fish: typeof import('./src/components/other/fish.vue')['default']
|
||||
NutBadge: typeof import('@nutui/nutui-taro')['Badge']
|
||||
NutButton: typeof import('@nutui/nutui-taro')['Button']
|
||||
|
||||
Reference in New Issue
Block a user