mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-20 08:58:41 +00:00
visitor count
This commit is contained in:
parent
2a285332ba
commit
43c0d755f7
@ -13,7 +13,7 @@
|
|||||||
<Find v-if="!isShowDebug"></Find>
|
<Find v-if="!isShowDebug"></Find>
|
||||||
<CCDialog></CCDialog>
|
<CCDialog></CCDialog>
|
||||||
<CCMenu></CCMenu>
|
<CCMenu></CCMenu>
|
||||||
<CCFootBar :version="version"></CCFootBar>
|
<CCFootBar :version="version" :hint-key="hint"></CCFootBar>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -176,7 +176,9 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
const elLeft = ref<HTMLDivElement>();
|
const elLeft = ref<HTMLDivElement>();
|
||||||
const version = ref(PluginConfig.manifest.version);
|
const version = ref(PluginConfig.manifest.version);
|
||||||
|
const hint = ref(`${PluginConfig.manifest.name}-devtool`);
|
||||||
return {
|
return {
|
||||||
|
hint,
|
||||||
version,
|
version,
|
||||||
defaultProps,
|
defaultProps,
|
||||||
frameID,
|
frameID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user