Skip to content
代码片段 群组 项目
提交 f4f8003c 编辑于 作者: Timotej Ecimovic's avatar Timotej Ecimovic
浏览文件

Fix some code issues.

上级 a2af45b0
No related branches found
No related tags found
无相关合并请求
......@@ -22,7 +22,6 @@ limitations under the License.
</template>
<script>
import Vue from 'vue'
import { QSpinnerGears } from 'quasar'
const rendApi = require(`../src-shared/rend-api.js`)
const observable = require('./util/observable.js')
......
......@@ -55,7 +55,7 @@ export function updateCommands(context, commands) {
context.commit('updateCommands', commands)
}
export function updateZclDeviceTypes(context, deviceTypes) {
export function updateZclDeviceTypes(context) {
Vue.prototype
.$serverGet(restApi.uri.zclDeviceType + 'all')
.then((response) => {
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册