Rewrite to TailwindCSS, enhance the DOM, uninstall Vuetify, improve styles
This commit is contained in:
+3
-4
@@ -1,5 +1,3 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
import aboutIcon from '~/assets/images/icons/accent/info.png'
|
||||
import projectIcon from '~/assets/images/icons/defrag.png'
|
||||
import socialIcon from '~/assets/images/icons/user.png'
|
||||
@@ -50,8 +48,9 @@ export const usePageStore = defineStore('page', () => {
|
||||
},
|
||||
])
|
||||
|
||||
const reader = ref(false)
|
||||
const animate = ref(true)
|
||||
const reader = ref<boolean>(false)
|
||||
const animate = ref<boolean>(false)
|
||||
const dark = ref<boolean>(false)
|
||||
|
||||
function _autoFetchPages() {
|
||||
while (pages.value.length) pages.value.pop()
|
||||
|
||||
Reference in New Issue
Block a user