Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed May 31, 2022
1 parent c982c88 commit 70665db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugin.client.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { reactive, watch } from 'vue'

import type { ColorModeInstance } from './types'
import { defineNuxtPlugin, isVue2, useRouter, useState } from '#imports'
import { defineNuxtPlugin, isVue2, isVue3, useRouter, useState } from '#imports'
import { globalName, storageKey, dataValue } from '#color-mode-options'

const helper = window[globalName] as unknown as {
Expand Down

0 comments on commit 70665db

Please sign in to comment.