mirror of
https://github.com/rubickCenter/rubick
synced 2026-01-02 01:49:27 +08:00
Merge branch 'master' of https://github.com/rubickCenter/rubick
# Conflicts: # feature/src/App.vue # feature/src/views/market/index.vue # feature/src/views/settings/index.vue
This commit is contained in:
@@ -41,12 +41,12 @@ import { ref } from 'vue';
|
||||
import { useRouter } from 'vue-router';
|
||||
import {
|
||||
HeartOutlined,
|
||||
UserOutlined,
|
||||
AppstoreOutlined,
|
||||
SettingOutlined,
|
||||
BugOutlined,
|
||||
} from '@ant-design/icons-vue';
|
||||
import { useStore } from 'vuex';
|
||||
|
||||
const router = useRouter();
|
||||
const active = ref(['market']);
|
||||
const changeMenu = (key: any) => {
|
||||
|
||||
Reference in New Issue
Block a user