You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want continue issue #472, please watch my situation)
i use pug mixins for inline sugar elements, example:
mixin Up
mark ▲
mixin Down
mark ▼
mixin Left
mark ◀
mixin Right
mark ▶
mixin Alt
mark.w ⌥ Alt
div.helper #[+Up], #[+Down] + #[+Alt] - something hotkey
Do I understand correctly #472 if i want reuse this mixin into others components - i should create for it new component with components with render () functions and import this how mixin.
I really should complicate and scripting my system for the sake of 3-5 mini inline-templates? Not expensive?
At least my variant more readable...
The text was updated successfully, but these errors were encountered:
i want continue issue #472, please watch my situation)
i use pug mixins for inline sugar elements, example:
Do I understand correctly #472 if i want reuse this mixin into others components - i should create for it new component with components with render () functions and import this how mixin.
I really should complicate and scripting my system for the sake of 3-5 mini inline-templates? Not expensive?
At least my variant more readable...
The text was updated successfully, but these errors were encountered: