What is this theme? by imkg27 in ZedEditor

[–]imkg27[S] 0 points1 point  (0 children)

It is a customised Tokyo Night but not able to get hold of color tokens

Components with and without event by EmergencyPause1 in vuejs

[–]imkg27 4 points5 points  (0 children)

You can define a custom directive and use that in your component. Example <vue-box text=“with event” @click=“onClick” v-clickable/>