Browse Source
Merge pull request #60 from zzh948498/master
fix: 🐛 tagsView 拼错
master
若依
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4 additions and
4 deletions
-
src/layout/components/AppMain.vue
-
src/layout/components/TagsView/ScrollPane.vue
-
src/layout/components/TagsView/index.vue
-
src/plugins/tab.js
|
|
@ -11,7 +11,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script setup> |
|
|
<script setup> |
|
|
import useTagsViewStore from '@/store/modules/tagsview' |
|
|
import useTagsViewStore from '@/store/modules/tagsView' |
|
|
|
|
|
|
|
|
const tagsViewStore = useTagsViewStore() |
|
|
const tagsViewStore = useTagsViewStore() |
|
|
const route = useRoute() |
|
|
const route = useRoute() |
|
|
|
|
|
@ -10,7 +10,7 @@ |
|
|
</template> |
|
|
</template> |
|
|
|
|
|
|
|
|
<script setup> |
|
|
<script setup> |
|
|
import useTagsViewStore from '@/store/modules/tagsview' |
|
|
import useTagsViewStore from '@/store/modules/tagsView' |
|
|
|
|
|
|
|
|
const tagAndTagSpacing = ref(4); |
|
|
const tagAndTagSpacing = ref(4); |
|
|
const { proxy } = getCurrentInstance(); |
|
|
const { proxy } = getCurrentInstance(); |
|
|
|
|
|
@ -44,7 +44,7 @@ |
|
|
<script setup> |
|
|
<script setup> |
|
|
import ScrollPane from './ScrollPane' |
|
|
import ScrollPane from './ScrollPane' |
|
|
import { getNormalPath } from '@/utils/ruoyi' |
|
|
import { getNormalPath } from '@/utils/ruoyi' |
|
|
import useTagsViewStore from '@/store/modules/tagsview' |
|
|
import useTagsViewStore from '@/store/modules/tagsView' |
|
|
import useSettingsStore from '@/store/modules/settings' |
|
|
import useSettingsStore from '@/store/modules/settings' |
|
|
import usePermissionStore from '@/store/modules/permission' |
|
|
import usePermissionStore from '@/store/modules/permission' |
|
|
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
import useTagsViewStore from '@/store/modules/tagsview' |
|
|
import useTagsViewStore from '@/store/modules/tagsView' |
|
|
import router from '@/router' |
|
|
import router from '@/router' |
|
|
|
|
|
|
|
|
export default { |
|
|
export default { |
|
|
|