This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 8
8
</ head >
9
9
< body >
10
10
< div id ="app "> </ div >
11
- < script type ="module " src ="/src/main.ts "> </ script >
11
+ < script type ="module " src =". /src/main.ts "> </ script >
12
12
</ body >
13
13
</ html >
Original file line number Diff line number Diff line change @@ -19,6 +19,34 @@ const resolver = {
19
19
CModalBody : 'c-modal' ,
20
20
CModalFooter : 'c-modal' ,
21
21
CModalCloseButton : 'c-modal' ,
22
+ CAspectRatio : 'layout' ,
23
+ CBadge : 'layout' ,
24
+ CBox : 'layout' ,
25
+ CSquare : 'layout' ,
26
+ CCircle : 'layout' ,
27
+ CCenter : 'layout' ,
28
+ CContainer : 'layout' ,
29
+ CDivider : 'layout' ,
30
+ CGrid : 'layout' ,
31
+ CGridItem : 'layout' ,
32
+ CHeading : 'layout' ,
33
+ CLink : 'layout' ,
34
+ CLinkOverlay : 'layout' ,
35
+ CLinkBox : 'layout' ,
36
+ CList : 'layout' ,
37
+ COrderedList : 'layout' ,
38
+ CUnorderedList : 'layout' ,
39
+ CListItem : 'layout' ,
40
+ CListIcon : 'layout' ,
41
+ CKbd : 'layout' ,
42
+ CSimpleGrid : 'layout' ,
43
+ CSpacer : 'layout' ,
44
+ CStackDivider : 'layout' ,
45
+ CStackItem : 'layout' ,
46
+ CStack : 'layout' ,
47
+ CHStack : 'layout' ,
48
+ CVStack : 'layout' ,
49
+ CText : 'layout' ,
22
50
}
23
51
24
52
const __DEV__ = process . env . NODE_ENV !== 'production'
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ const config: UserConfig = {
31
31
'@' : `${ path . resolve ( __dirname , 'src' ) } ` ,
32
32
} ,
33
33
} ,
34
- build : {
35
- target : 'modules' ,
36
- } ,
37
34
plugins : [
38
35
Vue ( { include : [ / \. v u e $ / , / \. m d x $ / ] } ) ,
39
36
VueMdx ( {
You can’t perform that action at this time.
0 commit comments