refactor(#10923): avoid useCssModule()
This commit is contained in:
parent
3ca9847a03
commit
c7babde4a1
5 changed files with 10 additions and 17 deletions
|
|
@ -32,7 +32,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { computed, onMounted, onUnmounted, useCssModule } from 'vue';
|
||||
import { computed, onMounted, onUnmounted } from 'vue';
|
||||
import { v4 as uuid } from 'uuid';
|
||||
import FormSection from '@/components/form/section.vue';
|
||||
import MkButton from '@/components/MkButton.vue';
|
||||
|
|
@ -48,8 +48,6 @@ import { definePageMetadata } from '@/scripts/page-metadata';
|
|||
import { miLocalStorage } from '@/local-storage';
|
||||
const { t, ts } = i18n;
|
||||
|
||||
useCssModule();
|
||||
|
||||
const defaultStoreSaveKeys: (keyof typeof defaultStore['state'])[] = [
|
||||
'menu',
|
||||
'visibility',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue