feat: 🎸 v0.0.4发布

This commit is contained in:
chenkl
2021-01-26 10:50:00 +08:00
parent 85555eef7d
commit a58dc1b1c2
38 changed files with 675 additions and 146 deletions

View File

@@ -103,7 +103,7 @@
<script lang="ts">
import { defineComponent, computed, ref } from 'vue'
import { appStore } from '_p/index/store/modules/app'
import { appStore } from '_@/store/modules/app'
export default defineComponent({
name: 'Setting',
setup() {