valaxy-theme-hairy 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
|
|
1
1
|
<script lang="ts" setup>
|
2
|
-
import { ElDrawer } from 'element-plus'
|
2
|
+
import { ElDrawer } from 'element-plus/es/components/drawer/index'
|
3
3
|
import 'element-plus/es/components/drawer/style/index'
|
4
4
|
import { useContext } from '../hooks/useContext'
|
5
5
|
const { drawerShow } = useContext()
|