|
@@ -26,7 +26,7 @@ const isBubble = ref(useAppState.getBubble)
|
|
|
//监听
|
|
|
watch(() => [
|
|
|
props.keys, useAppState.getBubble, useAppState.getButtons,
|
|
|
-], ([keys, bubble, btns]) => {
|
|
|
+], ([keys, bubble]) => {
|
|
|
btn_key.value = keys
|
|
|
isBubble.value = bubble
|
|
|
btn_Info.value = getButtonsVal(keys)
|