updates
This commit is contained in:
.gitignoregradle.properties
client
features
common
content
files
common
users
common
gradle
mppAndroidProject.gradlemppProjectWithSerialization.gradleprepare_client.shserver
services/posts
targets/telegram/publication/server
7
client/uikit/build/wrapper/component.js
Normal file
7
client/uikit/build/wrapper/component.js
Normal file
@ -0,0 +1,7 @@
|
||||
import Component from 'component';
|
||||
|
||||
if (typeof window !== 'undefined' && window.UIkit) {
|
||||
window.UIkit.component(NAME, Component);
|
||||
}
|
||||
|
||||
export default Component;
|
15
client/uikit/build/wrapper/icons.js
Normal file
15
client/uikit/build/wrapper/icons.js
Normal file
@ -0,0 +1,15 @@
|
||||
function plugin(UIkit) {
|
||||
|
||||
if (plugin.installed) {
|
||||
return;
|
||||
}
|
||||
|
||||
UIkit.icon.add(ICONS);
|
||||
|
||||
}
|
||||
|
||||
if (typeof window !== 'undefined' && window.UIkit) {
|
||||
window.UIkit.use(plugin);
|
||||
}
|
||||
|
||||
export default plugin;
|
Reference in New Issue
Block a user