File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ import {
78
78
props as _stylex_props,
79
79
} from '@stylexjs/stylex'
80
80
// virtual module to provide runtime code
81
+ // ---cut-start---
82
+ // @ts-ignore
83
+ // ---cut-end---
81
84
import stylex_attrs from '/vue-macros/define-stylex/stylex-attrs'
82
85
83
86
// ...
@@ -127,6 +130,9 @@ import {
127
130
create as _stylex_create,
128
131
props as _stylex_props,
129
132
} from '@stylexjs/stylex'
133
+ // ---cut-start---
134
+ // @ts-ignore
135
+ // ---cut-end---
130
136
import stylex_attrs from '/vue-macros/define-stylex/stylex-attrs'
131
137
132
138
defineProps<{ bold?: boolean }>()
Original file line number Diff line number Diff line change @@ -78,6 +78,9 @@ import {
78
78
props as _stylex_props,
79
79
} from '@stylexjs/stylex'
80
80
// 虚拟模块,提供运行时代码
81
+ // ---cut-start---
82
+ // @ts-ignore
83
+ // ---cut-end---
81
84
import stylex_attrs from '/vue-macros/define-stylex/stylex-attrs'
82
85
83
86
// ...
@@ -127,6 +130,9 @@ import {
127
130
create as _stylex_create,
128
131
props as _stylex_props,
129
132
} from '@stylexjs/stylex'
133
+ // ---cut-start---
134
+ // @ts-ignore
135
+ // ---cut-end---
130
136
import stylex_attrs from '/vue-macros/define-stylex/stylex-attrs'
131
137
132
138
defineProps<{ bold?: boolean }>()
You can’t perform that action at this time.
0 commit comments