Skip to content

Commit e4b480a

Browse files
committed
Fix a test input template
1 parent 15a1365 commit e4b480a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • test/fixtures/with-telemetry/input/app/templates/components
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<div>this template has no js </div>
2-
<BsButton @type="primary">Primary</BsButton>
2+
{{#bs-button type="primary"}}Primary{{/bs-button}}

0 commit comments

Comments
 (0)