mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 08:42:09 +08:00
10 lines
321 B
Text
Vendored
10 lines
321 B
Text
Vendored
import concatClass from "discourse/helpers/concat-class";
|
|
import SelectedNameComponent from "select-kit/components/selected-name";
|
|
|
|
export default class SelectedFont extends SelectedNameComponent {
|
|
<template>
|
|
<span class={{concatClass "name" this.item.classNames}}>
|
|
{{this.label}}
|
|
</span>
|
|
</template>
|
|
}
|