forked from FoundKeyGang/FoundKey
🎨
This commit is contained in:
parent
78c185a05a
commit
e4974392e5
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ import i18n from '../../../i18n';
|
||||||
import { url } from '../../../config';
|
import { url } from '../../../config';
|
||||||
import copyToClipboard from '../../../common/scripts/copy-to-clipboard';
|
import copyToClipboard from '../../../common/scripts/copy-to-clipboard';
|
||||||
import { concat, intersperse } from '../../../../../prelude/array';
|
import { concat, intersperse } from '../../../../../prelude/array';
|
||||||
|
import { faCopy } from '@fortawesome/free-regular-svg-icons';
|
||||||
|
|
||||||
export default Vue.extend({
|
export default Vue.extend({
|
||||||
i18n: i18n('common/views/components/note-menu.vue'),
|
i18n: i18n('common/views/components/note-menu.vue'),
|
||||||
|
@ -30,7 +31,7 @@ export default Vue.extend({
|
||||||
text: this.$t('detail'),
|
text: this.$t('detail'),
|
||||||
action: this.detail
|
action: this.detail
|
||||||
}], [{
|
}], [{
|
||||||
icon: 'align-left',
|
icon: faCopy,
|
||||||
text: this.$t('copy-content'),
|
text: this.$t('copy-content'),
|
||||||
action: this.copyContent
|
action: this.copyContent
|
||||||
}], [{
|
}], [{
|
||||||
|
|
Loading…
Reference in a new issue