9 lines
266 B
JavaScript
Executable File
9 lines
266 B
JavaScript
Executable File
import "../../../src/components/pageLoader/pageloader.sass";
|
|
import { h } from 'vue';
|
|
export default function BPageLoader(props) {
|
|
return h('div', {
|
|
'data-content': props.text,
|
|
class: 'b-pageloader is-active'
|
|
});
|
|
}
|
|
//# sourceMappingURL=BPageLoader.js.map
|