mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-11-06 17:25:24 +00:00
数据埋点
This commit is contained in:
@@ -15,10 +15,13 @@
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent } from "vue";
|
||||
import { Page } from "../../core/types";
|
||||
import { ga } from "../../ga";
|
||||
export default defineComponent({
|
||||
name: "options",
|
||||
components: {},
|
||||
setup(props, ctx) {
|
||||
ga.openView(Page.Options);
|
||||
return {};
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user