Skip to content

Commit c18896e

Browse files
committed
fix(tag): add version information
1 parent 5659acb commit c18896e

File tree

1 file changed

+4
-1
lines changed
  • examples/sites/demos/apis

1 file changed

+4
-1
lines changed

examples/sites/demos/apis/tag.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,10 @@ export default {
186186
},
187187
mode: ['pc'],
188188
pcDemo: 'round',
189-
mfDemo: ''
189+
mfDemo: '',
190+
meta: {
191+
stable: '3.28.0'
192+
}
190193
}
191194
],
192195
events: [

0 commit comments

Comments
 (0)