File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 11<script setup lang="ts">
2- import { useAppConfig } from ' #app'
3- import { useDisplay , computed } from ' #imports'
2+ import { useAppConfig , useDisplay , computed } from ' #imports'
43
54// Props
65const props = defineProps ({
Original file line number Diff line number Diff line change 1- import { useState } from '#app '
1+ import { useState } from '#imports '
22
33// Types
44export interface Dialog {
Original file line number Diff line number Diff line change 11// Types
22import type { ModuleOptions } from '../../types'
33
4- import { useAppConfig } from '#app '
4+ import { useAppConfig } from '#imports '
55
66export const useNuxtifyConfig = ( ) : ModuleOptions => useAppConfig ( ) . nuxtify
Original file line number Diff line number Diff line change 1- import { useState } from '#app'
2- import { ref } from '#imports'
1+ import { ref , useState } from '#imports'
32
43// App
54export const useDrawer = ( ) => useState < boolean | null > ( 'drawer' , ( ) => null )
You can’t perform that action at this time.
0 commit comments