refactor(dev): 将 $__DEV__ 重命名为 __DEV__
This commit is contained in:
@@ -425,7 +425,7 @@ watchEffect(() => {
|
||||
|
||||
<template>
|
||||
<!-- <pre
|
||||
v-if="$__DEV__"
|
||||
v-if="__DEV__"
|
||||
class="fixed bottom-10 right-10 top-10 z-[9999] overflow-auto overflow-y-auto bg-white p-[10px] text-[12px] text-black"
|
||||
>{{ { 选项卡菜单7个: $enum(E_选项卡菜单).getValues(), ...state } }}</pre
|
||||
> -->
|
||||
|
Reference in New Issue
Block a user