We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bbc950 commit 7ff8c24Copy full SHA for 7ff8c24
src/api/utility-types.md
@@ -127,4 +127,10 @@ Used to augment allowed values in style property bindings.
127
128
:::tip
129
Augmentations must be placed in a module `.ts` or `.d.ts` file. See [Type Augmentation Placement](/guide/typescript/options-api.html#augmenting-global-properties) for more details.
130
- :::
+ :::
131
+
132
+ :::info See also
133
+SFC `<style>` tags support linking CSS values to dynamic component state using the `v-bind CSS` function. This allows for custom properties without type augmentation.
134
135
+- [v-bind() in CSS](/api/sfc-css-features.html#v-bind-in-css)
136
0 commit comments