visitor count

This commit is contained in:
xu_yanfeng 2025-02-21 15:54:25 +08:00
parent 2a285332ba
commit 43c0d755f7

View File

@ -13,7 +13,7 @@
<Find v-if="!isShowDebug"></Find>
<CCDialog></CCDialog>
<CCMenu></CCMenu>
<CCFootBar :version="version"></CCFootBar>
<CCFootBar :version="version" :hint-key="hint"></CCFootBar>
</div>
</template>
@ -176,7 +176,9 @@ export default defineComponent({
}
const elLeft = ref<HTMLDivElement>();
const version = ref(PluginConfig.manifest.version);
const hint = ref(`${PluginConfig.manifest.name}-devtool`);
return {
hint,
version,
defaultProps,
frameID,