📝 fix vue3 example issue (#1137)

This commit is contained in:
HiNaruta 2020-12-10 18:59:00 +08:00 committed by GitHub
parent 107484d71b
commit 1bb0a5c8a1

View File

@ -46,9 +46,9 @@ export default {
};
</script>
<style vars="{nameColor}">
<style>
.name {
color: var(--nameColor);
color: v-bind(nameColor);
}
</style>