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
{{ message }}
This repository has been archived by the owner on Mar 22, 2020. It is now read-only.
data-tooltip only allows strings. I need to put in variables, such as timestamp created. Even using template literals will not work, such as:
data-tooltip='${variableHere}'
Won't work without parenthesis.
data-tooltip=variable. will not work.
will not work:
data-tooltip="{{comment.created | dateFormat("dddd, MMMM Do YYYY, h:mm:ss a")}}" . (using Vue)
Anyone figure out how to drop variables?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
data-tooltip only allows strings. I need to put in variables, such as timestamp created. Even using template literals will not work, such as:
data-tooltip='${variableHere}'
Won't work without parenthesis.
data-tooltip=variable. will not work.
will not work:
data-tooltip="{{comment.created | dateFormat("dddd, MMMM Do YYYY, h:mm:ss a")}}" . (using Vue)
Anyone figure out how to drop variables?
The text was updated successfully, but these errors were encountered: