This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Expand file tree Collapse file tree 5 files changed +17
-14
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* This is a generated file. Do not edit it's contents.
8
8
*
9
- * This file was generated on 2023-03-28T18:16:17.195Z
9
+ * This file was generated on 2023-03-28T18:38:28.043Z
10
10
*/
11
11
12
12
import { ChakraProps , chakra } from "@chakra-ui/vue-system"
Original file line number Diff line number Diff line change 6
6
*
7
7
* This is a generated file. Do not edit it's contents.
8
8
*
9
- * This file was generated on 2023-03-28T18:16:17.195Z
9
+ * This file was generated on 2023-03-28T18:38:28.043Z
10
10
*/
11
11
12
12
import { ChakraProps , chakra } from "@chakra-ui/vue-system"
Original file line number Diff line number Diff line change 19
19
20
20
<script lang="ts" setup>
21
21
import { chakra } from " @chakra-ui/vue-next"
22
- import {
23
- CTabs ,
24
- CTabList ,
25
- CTab ,
26
- CTabPanel ,
27
- CTabPanels ,
28
- CTabIndicator ,
29
- } from " @chakra-ui/vue-next"
22
+ // import {
23
+ // CTabs,
24
+ // CTabList,
25
+ // CTab,
26
+ // CTabPanel,
27
+ // CTabPanels,
28
+ // CTabIndicator,
29
+ // } from "@chakra-ui/vue-next"
30
30
const value = ref (" two" )
31
31
</script >
Original file line number Diff line number Diff line change @@ -77,6 +77,10 @@ export default defineNuxtModule<ChakraModuleOptions>({
77
77
}
78
78
} )
79
79
80
+ const { resolve } = createResolver ( import . meta. url )
81
+ const runtimeDir = resolve ( "./runtime" )
82
+ nuxt . options . build . transpile . push ( runtimeDir )
83
+
80
84
// Transpile
81
85
nuxt . options . build . transpile . push ( "@chakra-ui/vue-next" )
82
86
nuxt . options . build . transpile . push ( "@emotion/server" )
@@ -115,10 +119,6 @@ export default defineNuxtModule<ChakraModuleOptions>({
115
119
emotionCacheOptions,
116
120
}
117
121
118
- const { resolve } = createResolver ( import . meta. url )
119
- const runtimeDir = resolve ( "./runtime" )
120
- nuxt . options . build . transpile . push ( runtimeDir )
121
-
122
122
// Include all internal lodash modules
123
123
// to the optimized dependencies since they do not
124
124
// natively export ESM modules.
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export * from "@chakra-ui/c-motion"
43
43
44
44
// P
45
45
export * from "@chakra-ui/c-pin-input"
46
+ export * from "@chakra-ui/c-popover"
46
47
export * from "@chakra-ui/c-popper"
47
48
export * from "@chakra-ui/c-portal"
48
49
@@ -58,6 +59,8 @@ export * from "@chakra-ui/c-scroll-lock"
58
59
export * from "@chakra-ui/c-theme-provider"
59
60
export * from "@chakra-ui/c-tag"
60
61
export * from "@chakra-ui/c-toast"
62
+ export * from "@chakra-ui/c-tooltip"
63
+ export * from "@chakra-ui/c-tabs"
61
64
62
65
// V
63
66
export * from "@chakra-ui/c-visually-hidden"
You can’t perform that action at this time.
0 commit comments