Skip to content

Commit

Permalink
fix(button): 处理控制台警告的问题(#2521)
Browse files Browse the repository at this point in the history
  • Loading branch information
IronManman authored Dec 27, 2023
1 parent 4f73ace commit 9194981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/template/button.wxml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template name="button">
<t-button
t-id="{{tId}}"
t-id="{{tId || ''}}"
block="{{block || false}}"
class="{{class || ''}}"
t-class="{{externalClass}}"
Expand Down

0 comments on commit 9194981

Please sign in to comment.