mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-04-12 05:01:03 +00:00
visitor count
This commit is contained in:
parent
2a285332ba
commit
43c0d755f7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user