fix: 移除eslint功能
This commit is contained in:
@@ -2,7 +2,7 @@ import { defineStore } from 'pinia';
|
||||
import { ref } from 'vue';
|
||||
|
||||
export const useAppStore = defineStore('app', () => {
|
||||
const title = ref('My App');
|
||||
const title = ref('智聚超脑');
|
||||
const collapsed = ref(false);
|
||||
|
||||
function toggleSidebar() {
|
||||
|
||||
Reference in New Issue
Block a user