标签(空格分隔): 面试题
This file contains hidden or 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
export default [ | |
{ | |
code: 86, | |
tw: '中國', | |
en: 'China', | |
locale: 'CN', | |
zh: '中国', | |
}, | |
{ | |
code: 244, |
This file contains hidden or 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
export default { | |
en: [ | |
{ LangCultureName: 'af-ZA', DisplayName: 'Afrikaans - South Africa' }, | |
{ LangCultureName: 'sq-AL', DisplayName: 'Albanian - Albania' }, | |
{ LangCultureName: 'ar-DZ', DisplayName: 'Arabic - Algeria' }, | |
{ LangCultureName: 'ar-BH', DisplayName: 'Arabic - Bahrain' }, | |
{ LangCultureName: 'ar-EG', DisplayName: 'Arabic - Egypt' }, | |
{ LangCultureName: 'ar-IQ', DisplayName: 'Arabic - Iraq' }, | |
{ LangCultureName: 'ar-JO', DisplayName: 'Arabic - Jordan' }, | |
{ LangCultureName: 'ar-KW', DisplayName: 'Arabic - Kuwait' }, |
This file contains hidden or 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
<template> | |
<v-dialog class="card-create-dialog__dialog" | |
v-model="$_show" | |
scrollable | |
persistent | |
:overlay="false" | |
max-width="800px" | |
transition="dialog-transition" | |
:fullscreen="$vuetify.breakpoint.xsOnly"> | |
</v-dialog> |
- 在项目目录下新建
.prettierrc.js
- 复制上面的内容到文件
注意:
- 需要配合vscode的插件使用
- 相关规则参考prettier官网
This file contains hidden or 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
# vim:ft=zsh ts=2 sw=2 sts=2 | |
# | |
# agnoster's Theme - https://gist.github.com/3712874 | |
# A Powerline-inspired theme for ZSH | |
# | |
# # README | |
# | |
# In order for this theme to render correctly, you will need a | |
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts). | |
# Make sure you have a recent version: the code points that Powerline |
This file contains hidden or 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
<div class="base"> | |
<div class="menu"> | |
<div class="icon"> | |
<div class="bar"></div> | |
</div> | |
</div> | |
<div class="icons"> | |
<i class="fa fa-user" aria-hidden="true"></i> | |
<i class="fa fa-calendar-o" aria-hidden="true"></i> | |
<i class="fa fa-tachometer" aria-hidden="true"></i> |
NewerOlder