This commit is contained in:
syuilo 2022-01-13 01:46:23 +09:00
parent 7782d9e46c
commit d2623a2ef2
22 changed files with 0 additions and 84 deletions

View file

@ -70,10 +70,6 @@ export default defineComponent({
}
},
async mounted() {
this.$emit('info', this[symbols.PAGE_INFO]);
},
methods: {
async init() {
const meta = await os.api('meta', { detail: true });