refactor(client): use css modules
This commit is contained in:
parent
c1b6378951
commit
d23aa94b41
18 changed files with 182 additions and 186 deletions
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<MkContainer :show-header="widgetProps.showHeader" class="mkw-trends">
|
||||
<template #header><i class="ti ti-hash"></i>{{ i18n.ts._widgets.trends }}</template>
|
||||
<template #icon><i class="ti ti-hash"></i></template>
|
||||
<template #header>{{ i18n.ts._widgets.trends }}</template>
|
||||
|
||||
<div class="wbrkwala">
|
||||
<MkLoading v-if="fetching"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue