增加注释
Showing
1 changed file
with
2 additions
and
1 deletions
| 1 | <template> | 1 | <template> |
| 2 | <!--this is a language component--> | ||
| 2 | <el-dropdown trigger="hover" @command="handleLanguageChange"> | 3 | <el-dropdown trigger="hover" @command="handleLanguageChange"> |
| 3 | <div> | 4 | <div> |
| 4 | <!-- <svg-icon icon-class="language" class-name="language-icon" style="width: 36px;" /> --> | 5 | <!-- <svg-icon icon-class="language" class-name="language-icon" style="width: 36px;" /> --> |
| ... | @@ -45,4 +46,4 @@ const definition = [ | ... | @@ -45,4 +46,4 @@ const definition = [ |
| 45 | 46 | ||
| 46 | <style lang='scss' scoped> | 47 | <style lang='scss' scoped> |
| 47 | 48 | ||
| 48 | </style> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 49 | </style> | ... | ... |
-
Please register or sign in to post a comment