-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vue/promql-query: Use same delimiters as the Vue app
Using different delimiters in different components can be error prone and confusing. Is better to stick to one kind of delimiters and use it always, for the previous reasons and also for consistency.
- Loading branch information
1 parent
49deefd
commit a5e4c60
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
<span style="display: none" :title="load | percent" :class="classes"> | ||
{{ count | localize }} <slot></slot> | ||
[[ count | localize ]] <slot></slot> | ||
</span> |